[all-commits] [llvm/llvm-project] 4ea1a6: [PGO] Make emitted symbols hidden
Alex Brachet via All-commits
all-commits at lists.llvm.org
Thu Oct 6 11:28:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ea1a647ff0973c683dd71fec77e6fe7f6dfd2ca
https://github.com/llvm/llvm-project/commit/4ea1a647ff0973c683dd71fec77e6fe7f6dfd2ca
Author: Alex Brachet <abrachet at google.com>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
M llvm/lib/ProfileData/InstrProf.cpp
M llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
M llvm/test/Transforms/PGOProfile/branch1.ll
M llvm/test/Transforms/PGOProfile/branch2.ll
M llvm/test/Transforms/PGOProfile/comdat_internal.ll
M llvm/test/Transforms/PGOProfile/criticaledge.ll
A llvm/test/Transforms/PGOProfile/filename.ll
M llvm/test/Transforms/PGOProfile/instr_entry_bb.ll
M llvm/test/Transforms/PGOProfile/landingpad.ll
M llvm/test/Transforms/PGOProfile/loop1.ll
M llvm/test/Transforms/PGOProfile/loop2.ll
M llvm/test/Transforms/PGOProfile/lto_cspgo_gen.ll
M llvm/test/Transforms/PGOProfile/single_bb.ll
M llvm/test/Transforms/PGOProfile/switch.ll
M llvm/test/Transforms/PGOProfile/thinlto_cspgo_gen.ll
Log Message:
-----------
[PGO] Make emitted symbols hidden
Differential Revision: https://reviews.llvm.org/D135340
More information about the All-commits
mailing list