[PATCH] D25457: [profile] Add test for dead_strip+live_support functionality

David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 20:11:07 PDT 2016


davidxl added inline comments.


================
Comment at: test/profile/instrprof-darwin-dead-strip.c:5
+// RUN: %clang_profgen=%t.profraw -fcoverage-mapping -Wl,-dead_strip -o %t %s
+// RUN: %run %t
+// RUN: llvm-profdata merge -o %t.profdata %t.profraw
----------------
mehdi_amini wrote:
> I've never looked at compiler-rt tests. We usually build and run these?
compiler-rt tests are usually end-end tests with run step


https://reviews.llvm.org/D25457





More information about the llvm-commits mailing list