We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38c61a commit 654131fCopy full SHA for 654131f
lld/test/MachO/link-csu-object.s
@@ -2,7 +2,7 @@
2
# RUN: mkdir -p %t
3
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %p/Inputs/libhello.s -o %t/hello.o
4
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/main.o
5
-# RUN: %lld -L %t %t/main.o %t/hello.o -o %t/a.out
+# RUN: %lld -L %t %t/main.o -lhello.o -o %t/a.out
6
# RUN: llvm-nm %t/a.out | FileCheck %s
7
8
# CHECK: _main
0 commit comments