diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll')
| -rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll b/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll index 78a8df8f716..83a9b43e399 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll @@ -1,5 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 %s -; XFAIL: arm, mingw32 +; XFAIL: arm @.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 |

