diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2011-01-16 20:52:58 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2011-01-16 20:52:58 +0000 |
commit | 12a620fd587a6bd9eb686e08c5820e0ecfe01586 (patch) | |
tree | c4e0a311bce1e6eb2df562485c49fadcc636303a /llvm/test/Linker | |
parent | c2caa2133c796872132da31a1854666efe7061e1 (diff) | |
download | bcm5719-llvm-12a620fd587a6bd9eb686e08c5820e0ecfe01586.tar.gz bcm5719-llvm-12a620fd587a6bd9eb686e08c5820e0ecfe01586.zip |
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
Diffstat (limited to 'llvm/test/Linker')
-rw-r--r-- | llvm/test/Linker/link-archive.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Linker/link-archive.ll b/llvm/test/Linker/link-archive.ll index 6696fcc68c3..b3c38a1c309 100644 --- a/llvm/test/Linker/link-archive.ll +++ b/llvm/test/Linker/link-archive.ll @@ -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 |