From 83f241ec613190217869c28f62551c111ad30bf7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Apr 2007 06:02:13 +0000 Subject: [PATCH] not fully implemented yet. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36530 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/aliases.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Feature/aliases.ll b/test/Feature/aliases.ll index 7a4aad03acb..c099cc90802 100644 --- a/test/Feature/aliases.ll +++ b/test/Feature/aliases.ll @@ -2,6 +2,8 @@ ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll ; RUN: diff %t1.ll %t2.ll +; XFAIL: * + @bar = external global i32 @foo1 = alias i32* @bar @foo2 = alias i32* @bar