diff options
| author | Daniel Jasper <djasper@google.com> | 2015-07-10 05:57:23 +0000 |
|---|---|---|
| committer | Daniel Jasper <djasper@google.com> | 2015-07-10 05:57:23 +0000 |
| commit | 7dc6b500473d01ac8751f03c4ffb60d1e10e10be (patch) | |
| tree | 55c5c5bf67a23c0b6bead422cb7e3b81ab5cdf8d /clang/test | |
| parent | ad85c8c2048708be55a9e5c82d734031bb75632a (diff) | |
| download | bcm5719-llvm-7dc6b500473d01ac8751f03c4ffb60d1e10e10be.tar.gz bcm5719-llvm-7dc6b500473d01ac8751f03c4ffb60d1e10e10be.zip | |
Remove test that tests referring to the current working directory. You
cannot assume that the current working directory is writable in all test
environments. I don't know a better way to write this test of hand, lets
discuss. Possibly, a better option would be to put these together with
other test testing the driver directly.
llvm-svn: 241885
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Profile/gcc-flag-compatibility.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/Profile/gcc-flag-compatibility.c b/clang/test/Profile/gcc-flag-compatibility.c index 53a7651c14e..f4d0ccf7d6b 100644 --- a/clang/test/Profile/gcc-flag-compatibility.c +++ b/clang/test/Profile/gcc-flag-compatibility.c @@ -19,11 +19,6 @@ // PROFILE-GEN-EQ: call void @__llvm_profile_override_default_filename(i8* getelementptr inbounds ([25 x i8], [25 x i8]* @0, i32 0, i32 0)) // PROFILE-GEN-EQ: declare void @__llvm_profile_override_default_filename(i8*) -// Check that -fprofile-use reads default.profdata -// RUN: llvm-profdata merge %S/Inputs/gcc-flag-compatibility.proftext -o default.profdata -// RUN: %clang %s -o - -mllvm -disable-llvm-optzns -emit-llvm -S -fprofile-use | FileCheck -check-prefix=PROFILE-USE-1 %s -// PROFILE-USE-1: = !{!"branch_weights", i32 101, i32 2} - // Check that -fprofile-use=some/path reads some/path/default.profdata // RUN: rm -rf %t.dir // RUN: mkdir -p %t.dir/some/path |

