diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-11-13 07:43:10 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-11-13 07:43:10 +0000 |
commit | db5d18d245ce680667bb6cfde370b2cd3f4bac87 (patch) | |
tree | d6f763ccb1467e61763aa76957c393d59f8503f1 /llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll | |
parent | cc10b5b07e5d2b8db2a772ea74f799a4c72abd2b (diff) | |
download | bcm5719-llvm-db5d18d245ce680667bb6cfde370b2cd3f4bac87.tar.gz bcm5719-llvm-db5d18d245ce680667bb6cfde370b2cd3f4bac87.zip |
Add XFAIL:arm again on 4 MCJIT tests, since r194558. AArch64 has been left removed.
They are failing on clang-native-arm-cortex-a9.
Please tweak MCJIT/lit.local.cfg, if this didn't satisfy bots.
llvm-svn: 194561
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll b/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll index 38006d9d50c..73228e458f0 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll +++ b/llvm/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll @@ -1,5 +1,5 @@ ; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target -relocation-model=pic -code-model=small %s > /dev/null -; XFAIL: mips, i686, i386 +; XFAIL: mips, i686, i386, arm declare i32 @FB() |