[PATCH] D41465: [LTO] Support filtering by hotness threshold

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 06:22:04 PST 2018


mehdi_amini accepted this revision.
mehdi_amini added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: test/ThinLTO/X86/diagnostic-handler-remarks-with-hotness.ll:21
+; RUN:          -exported-symbol _func2 \
+; RUN:          -exported-symbol _main %t1.bc %t2.bc 2>&1 | \
+
----------------
The pipe and the line break on the last line don't make much sense to me?


https://reviews.llvm.org/D41465





More information about the llvm-commits mailing list