X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2Fhello2.ll;h=7ca0d8827d548641ddceb8a47663b482e7563ef2;hb=d9aa7d30aa277fba319ee4bcdb862cd79f1aabe5;hp=772dc0493e5d1910abd94483a10c7e68f004ea1e;hpb=ceca194c4355224723b309a3a27c5e5bc19cb6fc;p=oota-llvm.git diff --git a/test/ExecutionEngine/hello2.ll b/test/ExecutionEngine/hello2.ll index 772dc0493e5..7ca0d8827d5 100644 --- a/test/ExecutionEngine/hello2.ll +++ b/test/ExecutionEngine/hello2.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null @X = global i32 7 ; [#uses=0]