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 e7bf3d3 commit 39ff9ebCopy full SHA for 39ff9eb
lld/test/MachO/archive-no-index.ll
@@ -2,9 +2,9 @@
2
; RUN: rm -rf %t; split-file %s %t
3
4
; RUN: llvm-as %t/lib.ll -o %t/lib.o
5
-# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos -o %t/main.o %t/main.s
+; RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos -o %t/main.o %t/main.s
6
; RUN: llvm-ar rcST %t/lib.a %t/lib.o
7
-# RUN: %lld %t/main.o %t/lib.a -o %t/out
+; RUN: %lld %t/main.o %t/lib.a -o %t/out
8
9
;--- main.s
10
.global _main
0 commit comments