diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-08-20 18:13:48 +0000 | 
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-08-20 18:13:48 +0000 | 
| commit | 00b8fe583d70b8785ca30ae64350dca26227d24a (patch) | |
| tree | 21b811370aa3c049de3d1df405f791ba36695bd3 /llvm/test | |
| parent | c20ace87fa871d823840cdf9be14504280e184c5 (diff) | |
| download | bcm5719-llvm-00b8fe583d70b8785ca30ae64350dca26227d24a.tar.gz bcm5719-llvm-00b8fe583d70b8785ca30ae64350dca26227d24a.zip | |
Still more MCJIT PIC test XFAILs
llvm-svn: 188815
Diffstat (limited to 'llvm/test')
3 files changed, 3 insertions, 3 deletions
| diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/stubs-sm-pic.ll b/llvm/test/ExecutionEngine/MCJIT/remote/stubs-sm-pic.ll index 082bfeef0e9..42e9d77e569 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/stubs-sm-pic.ll +++ b/llvm/test/ExecutionEngine/MCJIT/remote/stubs-sm-pic.ll @@ -1,5 +1,5 @@  ; RUN: %lli_mcjit -remote-mcjit -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s -; XFAIL: mips, i686, i386, aarch64 +; XFAIL: mips, i686, i386, aarch64, arm  define i32 @main() nounwind {  entry: diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll b/llvm/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll index 0a941b6364b..240e09510e3 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll +++ b/llvm/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll @@ -1,5 +1,5 @@  ; RUN: %lli_mcjit -remote-mcjit -relocation-model=pic -code-model=small %s > /dev/null -; XFAIL: mips, aarch64, i686-pc-linux +; XFAIL: mips, aarch64, arm, i686-pc-linux  @count = global i32 1, align 4 diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll b/llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll index 0336ca32ac0..c5e87edb5b1 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll +++ b/llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll @@ -1,5 +1,5 @@  ; RUN: %lli_mcjit -remote-mcjit -O0 -relocation-model=pic -code-model=small %s -; XFAIL: mips, aarch64, i686-pc-linux +; XFAIL: mips, aarch64, arm, i686-pc-linux  @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1  @ptr = global i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0), align 4 | 

