diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/OrcJIT/remote/stubs-sm-pic.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/OrcJIT/remote/stubs-sm-pic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/OrcJIT/remote/stubs-sm-pic.ll b/llvm/test/ExecutionEngine/OrcJIT/remote/stubs-sm-pic.ll index 62e89cad332..ef1e5ef003f 100644 --- a/llvm/test/ExecutionEngine/OrcJIT/remote/stubs-sm-pic.ll +++ b/llvm/test/ExecutionEngine/OrcJIT/remote/stubs-sm-pic.ll @@ -1,4 +1,4 @@ -; RUN: %lli -remote-mcjit -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s +; RUN: %lli -use-orcmcjit -remote-mcjit -disable-lazy-compilation=false -relocation-model=pic -code-model=small %s ; XFAIL: * ; This function should fail until remote symbol resolution is supported. |