aboutsummaryrefslogtreecommitdiff
path: root/lld
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2020-09-24 09:33:46 -0400
committerNico Weber <thakis@chromium.org>2020-09-24 09:33:57 -0400
commit0389eff4047a74bb1ba6c0603c9002b5c73b203e (patch)
tree9d5acbdd11fb1acbc68ed141ad70421411942502 /lld
parent303e8cdacb106c4e1ba07d47ab60d71c03a2552c (diff)
downloadllvm-0389eff4047a74bb1ba6c0603c9002b5c73b203e.zip
llvm-0389eff4047a74bb1ba6c0603c9002b5c73b203e.tar.gz
llvm-0389eff4047a74bb1ba6c0603c9002b5c73b203e.tar.bz2
lld: Try to fix check-lld on incremental builds after 8f2c31f22b974da
Diffstat (limited to 'lld')
-rw-r--r--lld/test/MachO/link-search-order.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/MachO/link-search-order.s b/lld/test/MachO/link-search-order.s
index 3e8803b..26c8888 100644
--- a/lld/test/MachO/link-search-order.s
+++ b/lld/test/MachO/link-search-order.s
@@ -1,6 +1,7 @@
# REQUIRES: x86
################ Place dynlib in %tD, and archive in %tA
+# RUN: rm -rf %t %tA %tD
# RUN: mkdir -p %t %tA %tD
#
# RUN: llvm-mc -filetype obj -triple x86_64-apple-darwin %p/Inputs/libhello.s -o %t/hello.o