mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123594 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd103021a8
commit
6990433b56
@ -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