diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/test-loadstore.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/test-loadstore.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/test-loadstore.ll b/llvm/test/ExecutionEngine/test-loadstore.ll index 53155e8ac90..8713c66c3af 100644 --- a/llvm/test/ExecutionEngine/test-loadstore.ll +++ b/llvm/test/ExecutionEngine/test-loadstore.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. define void @test(i8* %P, i16* %P.upgrd.1, i32* %P.upgrd.2, i64* %P.upgrd.3) { %V = load i8* %P ; <i8> [#uses=1] |