From c850965ec06bdf3f71374cee8d63a5401e4228de Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Sun, 16 Jan 2011 01:43:22 +0000 Subject: Revert "Archive: Replace all internal uses of PathV1 with PathV2. The external API still uses PathV1." git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123557 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Linker/link-archive.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'test/Linker') diff --git a/test/Linker/link-archive.ll b/test/Linker/link-archive.ll index 0a23901..6696fcc 100644 --- a/test/Linker/link-archive.ll +++ b/test/Linker/link-archive.ll @@ -1,5 +1,4 @@ ; 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 \} \ -- cgit v1.1