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 4ae254e commit 61ace8fCopy full SHA for 61ace8f
lld/test/MachO/force-load.s
@@ -22,7 +22,7 @@
22
# REGULAR-THEN-FORCE-NOT: _foo
23
## If the -force_load comes first, then the second load will just be a no-op.
24
# RUN: %lld -lSystem -force_load %t/foo.a %t/foo.a %t/test.o -o %t/test-force-then-regular
25
-# RUN: llvm-objdump --syms %t/test-regular-then-force | FileCheck %s --check-prefix=REGULAR-THEN-FORCE
+# RUN: llvm-objdump --syms %t/test-force-then-regular | FileCheck %s --check-prefix=FORCE-THEN-REGULAR
26
# FORCE-THEN-REGULAR: _foo
27
28
## Force-loading the same path twice is fine
0 commit comments