Skip to content

Commit f49edaf

Browse files
committed
Fix test that was accidentally adding the llvm-as binary into an
IR archive.
1 parent 8dbc86a commit f49edaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/llvm-link/archivell.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llvm-ar cr %t.fg.a %S/Inputs/f.ll llvm-as %S/Inputs/g.ll
1+
# RUN: llvm-ar cr %t.fg.a %S/Inputs/f.ll %S/Inputs/g.ll
22
# RUN: not llvm-link %S/Inputs/h.ll %t.fg.a -o %t.linked.bc 2>&1 | FileCheck %s
33

44
# RUN: rm -f %t.fg.a

0 commit comments

Comments
 (0)