diff options
author | Chris Lattner <sabre@nondot.org> | 2007-04-28 06:02:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-04-28 06:02:13 +0000 |
commit | 83f241ec613190217869c28f62551c111ad30bf7 (patch) | |
tree | cfe702ca941e2e4b23cc7447fe1e1a4356f6117e /test/Feature | |
parent | 4c27344bfd45b1864c9996698d82635596ce8be9 (diff) | |
download | external_llvm-83f241ec613190217869c28f62551c111ad30bf7.zip external_llvm-83f241ec613190217869c28f62551c111ad30bf7.tar.gz external_llvm-83f241ec613190217869c28f62551c111ad30bf7.tar.bz2 |
not fully implemented yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rw-r--r-- | test/Feature/aliases.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Feature/aliases.ll b/test/Feature/aliases.ll index 7a4aad0..c099cc9 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 |