Skip to content

Commit 82f6cde

Browse files
committed
lld/test: Make sure removing %t at first
2e1788f reverted #94843. It was creating `%t` as a directory and causes an error in incremental builds.
1 parent cac7821 commit 82f6cde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lld/test/ELF/aarch64-reloc-pauth.s

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# REQUIRES: aarch64
22

3+
# RUN: rm -rf %t
34
# RUN: llvm-mc -filetype=obj -triple=aarch64 %p/Inputs/shared2.s -o %t.a.o
45
# RUN: ld.lld -shared %t.a.o -soname=so -o %t.a.so
56
# RUN: llvm-mc -filetype=obj -triple=aarch64 %s -o %t.o

0 commit comments

Comments
 (0)