[PATCH] D137982: Reland "[pgo] Avoid introducing relocations by using private alias""
Paul Kirth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 15:56:30 PST 2022
paulkirth updated this revision to Diff 481094.
paulkirth added a comment.
Remove redundant test case from compiler-rt profile tests
The IR test required `opt` and `llc`, but the CMake dependencies aren't set
up for those tools. The C++ test case covers this situation equally well, and
is no more complicated, but won't require any build changes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137982/new/
https://reviews.llvm.org/D137982
Files:
compiler-rt/test/profile/instrprof-discarded-comdat.cpp
llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
llvm/test/Transforms/PGOProfile/comdat.ll
llvm/test/Transforms/PGOProfile/prof_avoid_relocs.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137982.481094.patch
Type: text/x-patch
Size: 12463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221207/669afbc8/attachment.bin>
More information about the llvm-commits
mailing list