[lld] d3ddd56 - [lld-macho] Fix incremental builds

Jez Ng via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 17:51:37 PDT 2021


Author: Jez Ng
Date: 2021-10-25T20:51:05-04:00
New Revision: d3ddd569eb78ae4e042502775704bd27c0c0a543

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

LOG: [lld-macho] Fix incremental builds

Added: 
    

Modified: 
    lld/test/MachO/treat-undef-sym.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/treat-undef-sym.s b/lld/test/MachO/treat-undef-sym.s
index 353be025db24..99157bf3f932 100644
--- a/lld/test/MachO/treat-undef-sym.s
+++ b/lld/test/MachO/treat-undef-sym.s
@@ -1,5 +1,5 @@
 # REQUIRES: x86
-# RUN: split-file %s %t
+# RUN: rm -rf %s; split-file %s %t
 
 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos %s -o %t/live.o
 # RUN: not %lld -undefined bogus -o /dev/null %t/live.o 2>&1 | \


        


More information about the llvm-commits mailing list