Skip to content

Commit

Permalink
llvm/test/Object/archive-SYM64-write.test: Delete large temp files. T…
Browse files Browse the repository at this point in the history
…hey are 8GiB total.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317401 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Nov 4, 2017
1 parent f1b2e0b commit ac439ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Object/archive-SYM64-write.test
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac439ba

Please sign in to comment.