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 46ef187 commit e5fb79bCopy full SHA for e5fb79b
lld/test/MachO/treat-undef-sym.s
@@ -1,7 +1,9 @@
1
# REQUIRES: x86
2
# RUN: rm -rf %t; split-file %s %t
3
4
-# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos %s -o %t/live.o
+# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos %t/live.s -o %t/live.o
5
+# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos %t/dead.s -o %t/dead.o
6
+
7
# RUN: not %lld -undefined bogus -o /dev/null %t/live.o 2>&1 | \
8
# RUN: FileCheck %s -check-prefix=UNKNOWN
9
# RUN: not %lld -undefined error -o /dev/null %t/live.o 2>&1 | \
0 commit comments