diff options
| author | Hans Wennborg <hans@hanshq.net> | 2018-03-12 13:22:12 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2018-03-12 13:22:12 +0000 |
| commit | 4b66c02a914c9571f37ecb2b4dfd406a26bafb14 (patch) | |
| tree | 5af3469a7ab9f6d1aecde169fcf6684a4e029148 /llvm/test/tools/llvm-isel-fuzzer/execname-options.ll | |
| parent | 1f0fe564605b2c5ff7da6e7b4cd4f9954bad2407 (diff) | |
| download | bcm5719-llvm-4b66c02a914c9571f37ecb2b4dfd406a26bafb14.tar.gz bcm5719-llvm-4b66c02a914c9571f37ecb2b4dfd406a26bafb14.zip | |
Revert r326710 "Fuzzer: remove temporary files after we're done with them."
This broke some Windows buildbots; see llvm-commits thread.
> These were just copies of the relevant fuzzer binary with (presumably)
> meaningful suffixes, but accounted for more than 10% of my build
> directory (> 8GB). Hard drive space is cheap, but not that cheap.
(Also reverts follow-up r326710 which didn't help.)
llvm-svn: 327266
Diffstat (limited to 'llvm/test/tools/llvm-isel-fuzzer/execname-options.ll')
| -rw-r--r-- | llvm/test/tools/llvm-isel-fuzzer/execname-options.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll b/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll index 35324cfbfce..a825cb450cc 100644 --- a/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll +++ b/llvm/test/tools/llvm-isel-fuzzer/execname-options.ll @@ -6,17 +6,14 @@ ; RUN: cp llvm-isel-fuzzer %t.bin--gisel ; RUN: not %t.bin--gisel %t.input 2>&1 | FileCheck -check-prefix=GISEL %s -; RUN: rm -f %t.bin--gisel ; GISEL: Injected args: -global-isel -O0 ; GISEL: -mtriple must be specified ; RUN: cp llvm-isel-fuzzer %t.bin--gisel-O2 ; RUN: not %t.bin--gisel-O2 %t.input 2>&1 | FileCheck -check-prefix=GISEL-O2 %s -; RUN: rm -f %t.bin--gisel-O2 ; GISEL-O2: Injected args: -global-isel -O0 -O2 ; GISEL-O2: -mtriple must be specified ; RUN: cp llvm-isel-fuzzer %t.bin--unexist ; RUN: not %t.bin--unexist %t.input 2>&1 | FileCheck -check-prefix=NO-OPT %s -; RUN: rm -f %t.bin--unexist ; NO-OPT: Unknown option: |

