Nuke the old JIT.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / pr13727.ll
index 1c719c5b7c27ca9975972c980b9202dae9ab71fc..6f5ae3999bcd7a8cf1659aab7648a2ffdb8ea6c0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli_mcjit -O0 -disable-lazy-compilation=false %s
+; RUN: %lli -O0 -disable-lazy-compilation=false %s
 
 ; The intention of this test is to verify that symbols mapped to COMMON in ELF
 ; work as expected.