diff options
Diffstat (limited to 'test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll')
-rw-r--r-- | test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll b/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll index 773e4a195f..f2c2cd6199 100644 --- a/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll +++ b/test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll @@ -1,4 +1,4 @@ -; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 %s +; RUN: %lli_mcjit -remote-mcjit -O0 %s ; XFAIL: arm, mips @.str = private unnamed_addr constant [6 x i8] c"data1\00", align 1 |