diff options
author | Galina Kistanova <gkistanova@gmail.com> | 2011-05-26 19:17:14 +0000 |
---|---|---|
committer | Galina Kistanova <gkistanova@gmail.com> | 2011-05-26 19:17:14 +0000 |
commit | 4f5716ab88269a396e98ce1426372221534dcb6a (patch) | |
tree | 45892991253d913ae87a748fe8ff12c020045808 /test/ExecutionEngine/hello2.ll | |
parent | c9687b32fab6d6ec53ac95dccf61d598be26d5dc (diff) |
Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132135 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/hello2.ll')
-rw-r--r-- | test/ExecutionEngine/hello2.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ExecutionEngine/hello2.ll b/test/ExecutionEngine/hello2.ll index 9f060be1c3..b5635d3217 100644 --- a/test/ExecutionEngine/hello2.ll +++ b/test/ExecutionEngine/hello2.ll @@ -1,4 +1,6 @@ ; RUN: lli %s > /dev/null +; XFAIL: arm +; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed. @X = global i32 7 ; <i32*> [#uses=0] @msg = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1] |