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