X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FExecutionEngine%2FMCJIT%2Fhello2.ll;h=cd033d50947af7f1904d351c9aa91e2609aae608;hp=13b25884fee7a043a85e0aa2ed696cf5ed3b7a2b;hb=aa5b9c0f6f3a99f955fe0ded13d61d7eb4e1a0b5;hpb=9fbb01240448f580f0689fee455c8a19cb44ddde diff --git a/test/ExecutionEngine/MCJIT/hello2.ll b/test/ExecutionEngine/MCJIT/hello2.ll index 13b25884fee..cd033d50947 100644 --- a/test/ExecutionEngine/MCJIT/hello2.ll +++ b/test/ExecutionEngine/MCJIT/hello2.ll @@ -1,4 +1,4 @@ -; RUN: %lli %s > /dev/null +; RUN: %lli_mcjit %s > /dev/null @X = global i32 7 ; [#uses=0] @msg = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]