Introduce llvm::sys::getProcessTriple() function.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / test-branch.ll
index 8f3c7279051eeb2d583fbc1981ad85022d4b26b7..cdf10350ec11781c8e89766415365eb36d52be35 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli -mtriple=%mcjit_triple -use-mcjit %s > /dev/null
+; RUN: %lli_mcjit %s > /dev/null
 
 ; test unconditional branch
 define i32 @main() {