From 348e5e763e1297870878c5cb11aadfab2e8e5e7a Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 27 Feb 2012 23:48:30 +0000 Subject: 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 --- test/Linker/link-type-names.ll | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/Linker') diff --git a/test/Linker/link-type-names.ll b/test/Linker/link-type-names.ll index a97b352..bfc3b64 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 is addressed. - %X = type { i32 } @G = global %X { i32 4 } -- cgit v1.1