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 | 6990433b56ab37a15991b1b01f46a0c2ce8adea5 (patch) | |
tree | 9d776f907e3ed2f9d472b04db753d406746f273c | |
parent | dd103021a889a986a181ce36ed7b0e8dc9b645e1 (diff) |
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
-rw-r--r-- | test/Linker/link-archive.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Linker/link-archive.ll b/test/Linker/link-archive.ll index 6696fcc68c..b3c38a1c30 100644 --- a/test/Linker/link-archive.ll +++ b/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 |