not fully implemented yet.
authorChris Lattner <sabre@nondot.org>
Sat, 28 Apr 2007 06:02:13 +0000 (06:02 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Apr 2007 06:02:13 +0000 (06:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36530 91177308-0d34-0410-b5e6-96231b3b80d8

test/Feature/aliases.ll

index 7a4aad03acbba92f56f00be13f0bbcc746f3aba2..c099cc90802162af7f84a21f2f257407f6c3418f 100644 (file)
@@ -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