X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2Fhello.ll;h=f2c4a7f414d984a43e94f89397e8f5e723595d24;hb=b21d9aebba7e45ddcbce61dd501000049cefb335;hp=fad36ed583610f5ff1a47399464bf7e438ae96e2;hpb=fea1dd08044c85fb2f74b409704bb742dc817846;p=oota-llvm.git diff --git a/test/ExecutionEngine/hello.ll b/test/ExecutionEngine/hello.ll index fad36ed5836..f2c4a7f414d 100644 --- a/test/ExecutionEngine/hello.ll +++ b/test/ExecutionEngine/hello.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as %s -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]