forked from OSchip/llvm-project
llvm/test/Object/archive-SYM64-write.test: Delete large temp files. They are 8GiB total.
llvm-svn: 317401
This commit is contained in:
parent
b22e600484
commit
1ac3ae743d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue