diff options
| -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..0a23901ccd5 100644 --- a/llvm/test/Linker/link-archive.ll +++ b/llvm/test/Linker/link-archive.ll @@ -1,4 +1,5 @@ ; Test linking of a bc file to an archive via llvm-ld. +; XFAIL: * ; PR1434 ; RUN: llvm-as %s -o %t.bar.bc ; RUN: echo {define i32* @foo(i32 %x) \{ ret i32* @baz \} \ |

