diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/2003-05-06-LivenessClobber.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/2003-05-06-LivenessClobber.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/2003-05-06-LivenessClobber.ll b/llvm/test/ExecutionEngine/2003-05-06-LivenessClobber.ll index e670d11d4a1..0c7ee6fbfed 100644 --- a/llvm/test/ExecutionEngine/2003-05-06-LivenessClobber.ll +++ b/llvm/test/ExecutionEngine/2003-05-06-LivenessClobber.ll @@ -1,6 +1,8 @@ ; This testcase should return with an exit code of 1. ; ; RUN: not lli %s +; XFAIL: arm +; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed. @test = global i64 0 ; <i64*> [#uses=1] |