diff options
author | Eli Bendersky <eli.bendersky@intel.com> | 2012-01-16 08:56:09 +0000 |
---|---|---|
committer | Eli Bendersky <eli.bendersky@intel.com> | 2012-01-16 08:56:09 +0000 |
commit | 4c647587b168b086e021dfea0b5f682df026bdd8 (patch) | |
tree | 9cbaf60796646e10229bb274da2eea61ef0dbce7 /llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll | |
parent | 5d8e42755cab5400b1057b0aa096aa6e77fffc29 (diff) | |
download | bcm5719-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/2002-12-16-ArgTest.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll b/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll index eba58ccca42..b36feee516a 100644 --- a/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll +++ b/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll @@ -1,4 +1,5 @@ -; RUN: lli %s > /dev/null +; RUN: %lli %s > /dev/null +; XFAIL: mcjit @.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1] |