Introduce llvm::sys::getProcessTriple() function.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / test-common-symbols.ll
index ac1d9acd954ef3bcdc250c2eaf785fa262e9cf9c..13ee06a650716d2a85eaac7123bd008e3ccfb474 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli -use-mcjit -O0 -disable-lazy-compilation=false %s
+; RUN: %lli_mcjit -O0 -disable-lazy-compilation=false %s
 
 ; The intention of this test is to verify that symbols mapped to COMMON in ELF
 ; work as expected.