summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/hello.ll
diff options
context:
space:
mode:
authorEli Bendersky <eli.bendersky@intel.com>2012-01-16 08:56:09 +0000
committerEli Bendersky <eli.bendersky@intel.com>2012-01-16 08:56:09 +0000
commita66a18505e07a4e72d6fa7e85663937a257577f3 (patch)
tree1c14e0bc22014ae756f795ee8c9a3108bbcb8df1 /test/ExecutionEngine/hello.ll
parent810d6d3354a31f24125abef831e4afccbbbe973d (diff)
downloadllvm-a66a18505e07a4e72d6fa7e85663937a257577f3.tar.gz
llvm-a66a18505e07a4e72d6fa7e85663937a257577f3.tar.bz2
llvm-a66a18505e07a4e72d6fa7e85663937a257577f3.tar.xz
Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is currently basic and will be enhanced with future patches.
Patch developed by Andy Kaylor and Daniel Malea. Reviewed on llvm-commits. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148231 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/hello.ll')
-rw-r--r--test/ExecutionEngine/hello.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ExecutionEngine/hello.ll b/test/ExecutionEngine/hello.ll
index 92c26a6c36..4d1d9874bb 100644
--- a/test/ExecutionEngine/hello.ll
+++ b/test/ExecutionEngine/hello.ll
@@ -1,5 +1,6 @@
-; RUN: lli %s > /dev/null
+; RUN: %lli %s > /dev/null
; XFAIL: arm
+; XFAIL: mcjit
@.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]