X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2Fhello2.ll;h=155ed41d7ca6400e8865781e4c76f4bf18015b76;hb=6e08a410aa0a375450dfbdd3c1114aafc5fb1fb9;hp=a6a6194ca4d62d2bc3b75951210a065a90f902e7;hpb=5edf210bdf0964193f059cc48464f3ea5c9e9e09;p=oota-llvm.git diff --git a/test/ExecutionEngine/hello2.ll b/test/ExecutionEngine/hello2.ll index a6a6194ca4d..155ed41d7ca 100644 --- a/test/ExecutionEngine/hello2.ll +++ b/test/ExecutionEngine/hello2.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 @X = global i32 7 ; [#uses=0] @msg = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]