summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/2003-01-04-LoopTest.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
commit4c647587b168b086e021dfea0b5f682df026bdd8 (patch)
tree9cbaf60796646e10229bb274da2eea61ef0dbce7 /llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll
parent5d8e42755cab5400b1057b0aa096aa6e77fffc29 (diff)
downloadbcm5719-llvm-4c647587b168b086e021dfea0b5f682df026bdd8.tar.gz
bcm5719-llvm-4c647587b168b086e021dfea0b5f682df026bdd8.zip
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. llvm-svn: 148231
Diffstat (limited to 'llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll')
-rw-r--r--llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll b/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll
index 61b0a1bd58e..e4049a76e06 100644
--- a/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll
+++ b/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll
@@ -1,5 +1,6 @@
-; RUN: lli %s > /dev/null
+; RUN: %lli %s > /dev/null
; XFAIL: arm
+; XFAIL: mcjit
define i32 @main() {
call i32 @mylog( i32 4 ) ; <i32>:1 [#uses=0]
OpenPOWER on IntegriCloud