diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-11-04 06:00:11 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-11-04 06:00:11 +0000 |
| commit | 1ac3ae743d3b97863c47bf6675143f08015d6c1e (patch) | |
| tree | 6ac2277bb348135e512788e83ad409f8fe1a39c1 | |
| parent | b22e600484c8941a7d543c3010364048eaf5cdc0 (diff) | |
| download | bcm5719-llvm-1ac3ae743d3b97863c47bf6675143f08015d6c1e.tar.gz bcm5719-llvm-1ac3ae743d3b97863c47bf6675143f08015d6c1e.zip | |
llvm/test/Object/archive-SYM64-write.test: Delete large temp files. They are 8GiB total.
llvm-svn: 317401
| -rw-r--r-- | llvm/test/Object/archive-SYM64-write.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Object/archive-SYM64-write.test b/llvm/test/Object/archive-SYM64-write.test index d03b54c58b3..161d6cb8191 100644 --- a/llvm/test/Object/archive-SYM64-write.test +++ b/llvm/test/Object/archive-SYM64-write.test @@ -8,6 +8,9 @@ # RUN: llvm-ar cr %t.lib %t %t2 %p/Inputs/trivial-object-test.elf-x86-64 # RUN: llvm-nm --print-armap %t.lib | FileCheck %s +# Delete temp files. They are too large. +# RUN: rm -f %t %t2 %t.lib + !ELF FileHeader: Class: ELFCLASS64 |

