diff options
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 |