diff options
| author | Lang Hames <lhames@gmail.com> | 2016-08-19 03:12:16 +0000 |
|---|---|---|
| committer | Lang Hames <lhames@gmail.com> | 2016-08-19 03:12:16 +0000 |
| commit | e2ca3b65fcba7c4c5dbd10c1e8925177b7718806 (patch) | |
| tree | 3993f8c55382174f08788e771ac6b7492baaaeec /llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll | |
| parent | a07e4a8352562f0d63191ed76a152166e14bb268 (diff) | |
| download | bcm5719-llvm-e2ca3b65fcba7c4c5dbd10c1e8925177b7718806.tar.gz bcm5719-llvm-e2ca3b65fcba7c4c5dbd10c1e8925177b7718806.zip | |
[RuntimeDyld][MCJIT] Un-XFAIL some tests that were fixed by r279182.
llvm-svn: 279201
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll')
| -rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll b/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll index eea6fde2e2c..727bc442e5d 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll +++ b/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll @@ -1,5 +1,5 @@ ; RUN: %lli -O0 -relocation-model=pic -code-model=small %s -; XFAIL: mips-, mipsel-, aarch64, arm, i686, i386 +; XFAIL: mips-, mipsel-, aarch64, i686, i386 @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1 @ptr = global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0), align 4 |

