Support for generating ELF objects on Windows.
[oota-llvm.git] / test / ExecutionEngine / MCJIT / 2003-01-09-SARTest.ll
index d17df997c817cb3b5a0ceac57269dc2144025207..f3c88adf84355da9724e73c20f92e7ffb4ca9c43 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %lli -use-mcjit %s > /dev/null
+; RUN: %lli -mtriple=%mcjit_triple -use-mcjit %s > /dev/null
 
 ; We were accidentally inverting the signedness of right shifts.  Whoops.