summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-28 06:02:13 +0000
committerChris Lattner <sabre@nondot.org>2007-04-28 06:02:13 +0000
commite53e2eeecb49ddabb36fbd16b04731b7486b86bb (patch)
tree09b92f6566ac4b8421ea37385e242491af4dcd6b /llvm/test
parentf40a0a8b9f078888476a1066eef2868d0c425d1c (diff)
downloadbcm5719-llvm-e53e2eeecb49ddabb36fbd16b04731b7486b86bb.tar.gz
bcm5719-llvm-e53e2eeecb49ddabb36fbd16b04731b7486b86bb.zip
not fully implemented yet.
llvm-svn: 36530
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Feature/aliases.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Feature/aliases.ll b/llvm/test/Feature/aliases.ll
index 7a4aad03acb..c099cc90802 100644
--- a/llvm/test/Feature/aliases.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud