Skip to content

Commit

Permalink
Make everyone happy this time.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123599 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Bigcheese committed Jan 16, 2011
1 parent 1d8334e commit ddbb3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Linker/link-archive.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; Test linking of a bc file to an archive via llvm-ld.
; PR1434
; RUN: rm %t.bar.a %t.foo.a
; RUN: rm -f %t.bar.a %t.foo.a
; RUN: llvm-as %s -o %t.bar.bc
; RUN: echo {define i32* @foo(i32 %x) \{ ret i32* @baz \} \
; RUN: @baz = external global i32 } | llvm-as -o %t.foo.bc
Expand Down

0 comments on commit ddbb3bc

Please sign in to comment.