[PATCH] D25457: [profile] Add test for dead_strip+live_support functionality
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 10 19:59:25 PDT 2016
mehdi_amini 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
----------------
I've never looked at compiler-rt tests. We usually build and run these?
https://reviews.llvm.org/D25457
More information about the llvm-commits
mailing list