[llvm-commits] CVS: llvm/test/Feature/aliases.ll

Chris Lattner sabre at nondot.org
Fri Apr 27 23:02:31 PDT 2007



Changes in directory llvm/test/Feature:

aliases.ll updated: 1.1 -> 1.2
---
Log message:

not fully implemented yet.


---
Diffs of the changes:  (+2 -0)

 aliases.ll |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/test/Feature/aliases.ll
diff -u llvm/test/Feature/aliases.ll:1.1 llvm/test/Feature/aliases.ll:1.2
--- llvm/test/Feature/aliases.ll:1.1	Wed Apr 25 09:27:10 2007
+++ llvm/test/Feature/aliases.ll	Sat Apr 28 01:02:13 2007
@@ -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






More information about the llvm-commits mailing list