Files
clang-p2996/clang/lib/CodeGen/CodeGenPGO.cpp
Nikita Popov e2b536431d [CodeGen] Move CodeGenPGO behind unique_ptr (NFC) (#142155)
The InstrProf headers are very expensive. Avoid including them in all of
CodeGen/ by moving the CodeGenPGO member behind a unqiue_ptr.

This reduces clang build time by 0.8%.
2025-06-02 09:51:54 +02:00

56 KiB