[lld] 0389eff - lld: Try to fix check-lld on incremental builds after 8f2c31f22b974da

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 06:34:07 PDT 2020


Author: Nico Weber
Date: 2020-09-24T09:33:57-04:00
New Revision: 0389eff4047a74bb1ba6c0603c9002b5c73b203e

URL: https://github.com/llvm/llvm-project/commit/0389eff4047a74bb1ba6c0603c9002b5c73b203e
DIFF: https://github.com/llvm/llvm-project/commit/0389eff4047a74bb1ba6c0603c9002b5c73b203e.diff

LOG: lld: Try to fix check-lld on incremental builds after 8f2c31f22b974da

Added: 
    

Modified: 
    lld/test/MachO/link-search-order.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/link-search-order.s b/lld/test/MachO/link-search-order.s
index 3e8803b34498..26c88887ce77 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


        


More information about the llvm-commits mailing list