[PATCH] D22614: [Profile] deprecate __llvm_profile_override_default_filename [part-2]

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 15:27:47 PDT 2016


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

Looks good.


================
Comment at: test/profile/instrprof-override-filename-with-env.c:2
@@ -2,2 +1,3 @@
+// RUN: %clang_profgen=%t.bad.profraw -o %t -O3 %s
 // RUN: env LLVM_PROFILE_FILE=%t.good.profraw %run %t %t.bad.profraw
 // RUN: llvm-profdata merge -o %t.profdata %t.good.profraw
----------------
Ok


https://reviews.llvm.org/D22614





More information about the llvm-commits mailing list