forked from OSchip/llvm-project
[lld][ELF] Cleanup %t directory in tests, NFC
This commit is contained in:
parent
f2c2a31dd7
commit
0d71f2e097
|
@ -2,7 +2,7 @@
|
|||
## depending on the target symbol properties.
|
||||
|
||||
# REQUIRES: aarch64
|
||||
# RUN: split-file %s %t
|
||||
# RUN: rm -rf %t && split-file %s %t
|
||||
|
||||
# RUN: llvm-mc -filetype=obj -triple=aarch64 %t/symbols.s -o %t/symbols.o
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# REQUIRES: aarch64
|
||||
# RUN: split-file %s %t
|
||||
# RUN: rm -rf %t && split-file %s %t
|
||||
|
||||
# RUN: llvm-mc -filetype=obj -triple=aarch64 %t/a.s -o %t/a.o
|
||||
# RUN: llvm-mc -filetype=obj -triple=aarch64 %t/unpaired.s -o %t/unpaired.o
|
||||
|
|
Loading…
Reference in New Issue