Skip to content

Commit

Permalink
lld/test: Make sure removing %t at first
Browse files Browse the repository at this point in the history
2e1788f reverted #94843. It was creating `%t` as a directory and
causes an error in incremental builds.
  • Loading branch information
chapuni committed Jun 8, 2024
1 parent cac7821 commit 82f6cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lld/test/ELF/aarch64-reloc-pauth.s
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 82f6cde

Please sign in to comment.