[all-commits] [llvm/llvm-project] 76745d: Revert "[PGO] Make emitted symbols hidden"
Nico Weber via All-commits
all-commits at lists.llvm.org
Tue Oct 25 05:55:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76745d2b58b5931a2a591f3d876f08ddce7fec15
https://github.com/llvm/llvm-project/commit/76745d2b58b5931a2a591f3d876f08ddce7fec15
Author: Nico Weber <thakis at chromium.org>
Date: 2022-10-25 (Tue, 25 Oct 2022)
Changed paths:
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/test/Driver/darwin-ld.c
M compiler-rt/lib/profile/InstrProfilingNameVar.c
M compiler-rt/lib/profile/InstrProfilingVersionVar.c
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
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:
-----------
Revert "[PGO] Make emitted symbols hidden"
This reverts commit 04877284b4592e9286cab43467662c1b4ff81861.
Looks like this is still breaking the test
Profile-x86_64 :: instrprof-darwin-dead-strip.c
(see comment on https://reviews.llvm.org/D135340).
More information about the All-commits
mailing list