diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/test-data-align-remote.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/test-data-align-remote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/test-data-align-remote.ll b/llvm/test/ExecutionEngine/MCJIT/test-data-align-remote.ll index a1591d0fc4f..5e0bb4076b3 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-data-align-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/test-data-align-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 ; Check that a variable is always aligned as specified. |