[lld] a649802 - [lld-macho][test] Fix dylink-lazy.s after 0a5228a02c32cb5b10d43cb154d6d0abaf360ba7

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 17:58:11 PDT 2020


Author: Fangrui Song
Date: 2020-06-16T17:57:59-07:00
New Revision: a649802c5998768d9519ca68e2ffa98b7cff2d32

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

LOG: [lld-macho][test] Fix dylink-lazy.s after 0a5228a02c32cb5b10d43cb154d6d0abaf360ba7

Added: 
    

Modified: 
    lld/test/MachO/dylink-lazy.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/dylink-lazy.s b/lld/test/MachO/dylink-lazy.s
index 1ed509c14f50..9b8e9ddedfa2 100644
--- a/lld/test/MachO/dylink-lazy.s
+++ b/lld/test/MachO/dylink-lazy.s
@@ -13,7 +13,7 @@
 
 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/dylink-lazy.o
 # RUN: lld -flavor darwinnew -arch x86_64 -o %t/dylink-lazy \
-# RUN:   -L%S/Inputs/MacOSX.sdk/usr/lib \-L%t -lhello -lgoodbye %t/dylink-lazy.o
+# RUN:   -L%S/Inputs/MacOSX.sdk/usr/lib -L%t -lhello -lgoodbye %t/dylink-lazy.o -lSystem
 
 ## When looking at the __stubs section alone, we are unable to easily tell which
 ## symbol each entry points to. So we call objdump twice in order to get the


        


More information about the llvm-commits mailing list