diff options
author | Sean Silva <chisophugis@gmail.com> | 2016-03-28 19:34:22 +0000 |
---|---|---|
committer | Sean Silva <chisophugis@gmail.com> | 2016-03-28 19:34:22 +0000 |
commit | 7434e1d01f4d0b07ea2073c3b9dcdaa35b505805 (patch) | |
tree | 1f0a32484ea777156ac09d314b8371849e027568 /compiler-rt | |
parent | 7d27e778207486aa18089a9e060be408dc832937 (diff) | |
download | bcm5719-llvm-7434e1d01f4d0b07ea2073c3b9dcdaa35b505805.tar.gz bcm5719-llvm-7434e1d01f4d0b07ea2073c3b9dcdaa35b505805.zip |
[libprofile] Make this test not depend on previous runs.
llvm-svn: 264626
Diffstat (limited to 'compiler-rt')
-rw-r--r-- | compiler-rt/test/profile/gcc-flag-compatibility.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/profile/gcc-flag-compatibility.test b/compiler-rt/test/profile/gcc-flag-compatibility.test index 8e8b55dafe2..b1087615ec5 100644 --- a/compiler-rt/test/profile/gcc-flag-compatibility.test +++ b/compiler-rt/test/profile/gcc-flag-compatibility.test @@ -1,3 +1,4 @@ +RUN: rm -rf %t.d RUN: mkdir -p %t.d RUN: %clang_profgen_gcc=%t.d/d1/d2 -o %t.d/code %S/Inputs/gcc-flag-compatibility.c |