diff options
author | Preston Gurd <preston.gurd@intel.com> | 2012-04-12 20:13:57 +0000 |
---|---|---|
committer | Preston Gurd <preston.gurd@intel.com> | 2012-04-12 20:13:57 +0000 |
commit | 2138ef6d3d68e0e844f901732749ac57eb3c503f (patch) | |
tree | 7d79b1864caaf3a18eb03f723ed6cf06c64fa772 /llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll | |
parent | 49a7ef5c2331e77d6a2b9e53b469ab93dd075fff (diff) | |
download | bcm5719-llvm-2138ef6d3d68e0e844f901732749ac57eb3c503f.tar.gz bcm5719-llvm-2138ef6d3d68e0e844f901732749ac57eb3c503f.zip |
This patch improves the MCJIT runtime dynamic loader by adding new handling
of zero-initialized sections, virtual sections and common symbols
and preventing the loading of sections which are not required for
execution such as debug information.
Patch by Andy Kaylor!
llvm-svn: 154610
Diffstat (limited to 'llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll b/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll index b36feee516a..eb2fe8c0483 100644 --- a/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll +++ b/llvm/test/ExecutionEngine/2002-12-16-ArgTest.ll @@ -1,5 +1,4 @@ ; RUN: %lli %s > /dev/null -; XFAIL: mcjit @.LC0 = internal global [10 x i8] c"argc: %d\0A\00" ; <[10 x i8]*> [#uses=1] |