[Orc] Add missing -use-orcmcjit flag to a number of Orc regression tests.
[oota-llvm.git] / test / ExecutionEngine / OrcJIT / remote / test-fp-no-external-funcs-remote.ll
index 6134b8b246418f7fd759f026c562a60ad4e806d2..5c1be7669c60753f0a8d0a73d8d6ad98dc95d859 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
+; RUN: %lli -use-orcmcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null
 
 define double @test(double* %DP, double %Arg) nounwind {
        %D = load double, double* %DP           ; <double> [#uses=1]