aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2024-06-08 20:13:38 +0900
committerNAKAMURA Takumi <geek4civic@gmail.com>2024-06-08 20:13:38 +0900
commit82f6cde8a98064be8e17cf57fed170b7205bc184 (patch)
tree04920db6610f18494e44d53ceddc0925d2c19e83
parentcac7821438f625d6c8a36dd9363f9acd3a3d93de (diff)
downloadllvm-82f6cde8a98064be8e17cf57fed170b7205bc184.zip
llvm-82f6cde8a98064be8e17cf57fed170b7205bc184.tar.gz
llvm-82f6cde8a98064be8e17cf57fed170b7205bc184.tar.bz2
lld/test: Make sure removing %t at first
2e1788f8e265 reverted #94843. It was creating `%t` as a directory and causes an error in incremental builds.
-rw-r--r--lld/test/ELF/aarch64-reloc-pauth.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/ELF/aarch64-reloc-pauth.s b/lld/test/ELF/aarch64-reloc-pauth.s
index b603d8f..0cfcb16 100644
--- a/lld/test/ELF/aarch64-reloc-pauth.s
+++ b/lld/test/ELF/aarch64-reloc-pauth.s
@@ -1,5 +1,6 @@
# REQUIRES: aarch64
+# RUN: rm -rf %t
# RUN: llvm-mc -filetype=obj -triple=aarch64 %p/Inputs/shared2.s -o %t.a.o
# RUN: ld.lld -shared %t.a.o -soname=so -o %t.a.so
# RUN: llvm-mc -filetype=obj -triple=aarch64 %s -o %t.o