summaryrefslogtreecommitdiff
path: root/test/Linker
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-02-27 23:48:30 +0000
committerBill Wendling <isanbard@gmail.com>2012-02-27 23:48:30 +0000
commit348e5e763e1297870878c5cb11aadfab2e8e5e7a (patch)
treec60b8f6416d89fd0cd4f6be9190c3b6d3173baa7 /test/Linker
parente879cbae7cf80f4653860d69e50f667d45401fd9 (diff)
downloadllvm-348e5e763e1297870878c5cb11aadfab2e8e5e7a.tar.gz
llvm-348e5e763e1297870878c5cb11aadfab2e8e5e7a.tar.bz2
llvm-348e5e763e1297870878c5cb11aadfab2e8e5e7a.tar.xz
Add back removed code. It still causes LLVM to miscompile. But not having it breaks other things.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151594 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker')
-rw-r--r--test/Linker/link-type-names.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Linker/link-type-names.ll b/test/Linker/link-type-names.ll
index a97b352738..bfc3b64361 100644
--- a/test/Linker/link-type-names.ll
+++ b/test/Linker/link-type-names.ll
@@ -1,10 +1,7 @@
; RUN: echo "%X = type { i32 } @G2 = global %X { i32 4 }" > %t.ll
; RUN: llvm-link %s %t.ll -S | FileCheck %s
-; XFAIL: *
; PR11464
-; FIXME: XFAIL until <rdar://problem/10913281> is addressed.
-
%X = type { i32 }
@G = global %X { i32 4 }