X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2Fhello.ll;h=f2c4a7f414d984a43e94f89397e8f5e723595d24;hb=e26874556b04c86bc7faee342ce69b3ec496460b;hp=a0c5e1a48de1f841546251d2cd4fcf8f98fd84ed;hpb=ceca194c4355224723b309a3a27c5e5bc19cb6fc;p=oota-llvm.git diff --git a/test/ExecutionEngine/hello.ll b/test/ExecutionEngine/hello.ll index a0c5e1a48de..f2c4a7f414d 100644 --- a/test/ExecutionEngine/hello.ll +++ b/test/ExecutionEngine/hello.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s -f -o %t.bc -; RUN: lli %t.bc > /dev/null +; RUN: %lli %s > /dev/null +; XFAIL: arm @.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]