mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 02:43:51 +00:00
Try and fix this test. For some reason llvm-ar thinks that the file exists when
it shouldn't, but I have no way to verify that it doesn't actually exist on the buildbot. llvm-svn: 123594
This commit is contained in:
parent
29fdfe200e
commit
b0510b04d5
@ -1,5 +1,6 @@
|
||||
; Test linking of a bc file to an archive via llvm-ld.
|
||||
; PR1434
|
||||
; RUN: rm %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
|
||||
|
Loading…
x
Reference in New Issue
Block a user