[lld][ELF] Cleanup %t directory in tests, NFC

This commit is contained in:
Alexander Shaposhnikov 2022-01-28 08:36:38 +00:00
parent f2c2a31dd7
commit 0d71f2e097
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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