This will make it possible to add visibility attributes to these
variables. This also fixes some type mismatches between the
declaration and the definition.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D156599
[profiling] Move option declarations into headers ClosedPublic Authored by tstellar on Jul 29 2023, 7:33 AM.
Details Summary This will make it possible to add visibility attributes to these
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 29 2023, 7:33 AM This revision is now accepted and ready to land.Jul 31 2023, 4:09 PM This revision was landed with ongoing or failed builds.Sep 30 2023, 6:52 PM Closed by commit rGe7247f1010b5: [profiling] Move option declarations into headers (authored by tstellar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 557514 clang/lib/CodeGen/BackendUtil.cpp
llvm/include/llvm/ProfileData/ProfileCommon.h
llvm/include/llvm/Transforms/IPO/SampleProfile.h
llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h
llvm/lib/Analysis/ProfileSummaryInfo.cpp
llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
llvm/tools/llvm-profgen/CSPreInliner.cpp
|