Skip to content

Commit 39ff9eb

Browse files
Fix comments
1 parent e7bf3d3 commit 39ff9eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/test/MachO/archive-no-index.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
; RUN: rm -rf %t; split-file %s %t
33

44
; 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
5+
; RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos -o %t/main.o %t/main.s
66
; RUN: llvm-ar rcST %t/lib.a %t/lib.o
7-
# RUN: %lld %t/main.o %t/lib.a -o %t/out
7+
; RUN: %lld %t/main.o %t/lib.a -o %t/out
88

99
;--- main.s
1010
.global _main

0 commit comments

Comments
 (0)