diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll b/llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll index a249c2f097e..1db8deff883 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll @@ -1,5 +1,6 @@ ; RUN: %lli -remote-mcjit -O0 -mcjit-remote-process=lli-child-target%exeext %s -; XFAIL: mingw32,win32 +; XFAIL: mingw32,win32,powerpc64-unknown-linux-gnu +; Remove XFAIL for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed @.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 |