diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-08-20 17:01:35 +0000 |
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-08-20 17:01:35 +0000 |
| commit | c20ace87fa871d823840cdf9be14504280e184c5 (patch) | |
| tree | 52b94db827c8c7f81c52e002e94ab05ba3542832 /llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll | |
| parent | 890d1ee46922d6b7fcbd986fbaa1d6960fb8c0cb (diff) | |
| download | bcm5719-llvm-c20ace87fa871d823840cdf9be14504280e184c5.tar.gz bcm5719-llvm-c20ace87fa871d823840cdf9be14504280e184c5.zip | |
Clarifying two MCJIT PIC tests as XFAIL on i686-pc-linux
llvm-svn: 188814
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll')
| -rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 c35289cddbb..0336ca32ac0 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 +; XFAIL: mips, aarch64, 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 |

