diff options
| author | Vedant Kumar <vsk@apple.com> | 2019-12-10 15:47:31 -0800 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2019-12-11 10:03:59 -0800 |
| commit | 13a517445f79a3b30d7457597afdd4cf753dd0e2 (patch) | |
| tree | 5254460c3169c4cf523b808b2ddcd6e3adf3a183 | |
| parent | f2f774997357cc6690d8a2446140d0c4df83e828 (diff) | |
| download | bcm5719-llvm-13a517445f79a3b30d7457597afdd4cf753dd0e2.tar.gz bcm5719-llvm-13a517445f79a3b30d7457597afdd4cf753dd0e2.zip | |
[profile] Delete stale profile in test/profile/instrprof-set-filename.c, NFC
| -rw-r--r-- | compiler-rt/test/profile/instrprof-set-filename.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/profile/instrprof-set-filename.c b/compiler-rt/test/profile/instrprof-set-filename.c index 7635360d32f..67bf4482d32 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 |

