[compiler-rt] 13a5174 - [profile] Delete stale profile in test/profile/instrprof-set-filename.c, NFC
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 11 10:17:11 PST 2019
Author: Vedant Kumar
Date: 2019-12-11T10:03:59-08:00
New Revision: 13a517445f79a3b30d7457597afdd4cf753dd0e2
URL: https://github.com/llvm/llvm-project/commit/13a517445f79a3b30d7457597afdd4cf753dd0e2
DIFF: https://github.com/llvm/llvm-project/commit/13a517445f79a3b30d7457597afdd4cf753dd0e2.diff
LOG: [profile] Delete stale profile in test/profile/instrprof-set-filename.c, NFC
Added:
Modified:
compiler-rt/test/profile/instrprof-set-filename.c
Removed:
################################################################################
diff --git a/compiler-rt/test/profile/instrprof-set-filename.c b/compiler-rt/test/profile/instrprof-set-filename.c
index 7635360d32fd..67bf4482d32f 100644
--- a/compiler-rt/test/profile/instrprof-set-filename.c
+++ b/compiler-rt/test/profile/instrprof-set-filename.c
@@ -1,3 +1,5 @@
+// RUN: rm -f %t.profraw
+//
// 1. Test that __llvm_profile_set_filename has higher precedence than
// the default path.
// RUN: %clang_profgen -o %t -O3 %s
More information about the llvm-commits
mailing list