projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c27344
)
not fully implemented yet.
author
Chris Lattner
<sabre@nondot.org>
Sat, 28 Apr 2007 06:02:13 +0000
(06:02 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test/Feature/aliases.ll
b/test/Feature/aliases.ll
index 7a4aad03acbba92f56f00be13f0bbcc746f3aba2..c099cc90802162af7f84a21f2f257407f6c3418f 100644
(file)
--- 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