summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-02-27 22:53:42 +0000
committerBill Wendling <isanbard@gmail.com>2012-02-27 22:53:42 +0000
commit06e4818dd6aa840265944f1b4605ad639860b577 (patch)
tree995a9ff6a073efd3963ae3c5c77d66f92acb1072 /llvm/test/Linker
parentaa6feaa7eac579636389dfa31e116949259abf11 (diff)
downloadbcm5719-llvm-06e4818dd6aa840265944f1b4605ad639860b577.tar.gz
bcm5719-llvm-06e4818dd6aa840265944f1b4605ad639860b577.zip
XFAIL test until <rdar://problem/10913281> is fixed.
llvm-svn: 151578
Diffstat (limited to 'llvm/test/Linker')
-rw-r--r--llvm/test/Linker/link-type-names.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Linker/link-type-names.ll b/llvm/test/Linker/link-type-names.ll
index bfc3b64361d..a97b3527385 100644
--- a/llvm/test/Linker/link-type-names.ll
+++ b/llvm/test/Linker/link-type-names.ll
@@ -1,7 +1,10 @@
; 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 }
OpenPOWER on IntegriCloud