diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2011-01-16 01:43:22 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2011-01-16 01:43:22 +0000 |
commit | c850965ec06bdf3f71374cee8d63a5401e4228de (patch) | |
tree | 9533847561a271cdbd9f93568e4dfcc98e50e483 /test/Linker | |
parent | cad33c624edaeffc000654470ae74d58ae5cd043 (diff) |
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
Diffstat (limited to 'test/Linker')
-rw-r--r-- | test/Linker/link-archive.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Linker/link-archive.ll b/test/Linker/link-archive.ll index 0a23901ccd..6696fcc68c 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 \} \ |