Support for generating ELF objects on Windows.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / 2003-08-15-AllocaAssertion.ll
index b3c6d8abbc064bd46e3ceabe0284b6461e2e6438..90839e96986ff559c265025f4e73d158f7623991 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli -use-mcjit %s > /dev/null
+; RUN: %lli -mtriple=%mcjit_triple -use-mcjit %s > /dev/null
 
 ; This testcase failed to work because two variable sized allocas confused the
 ; local register allocator.