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/2003-05-07-ArgumentTest.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/2003-05-07-ArgumentTest.ll')
| -rw-r--r-- | llvm/test/ExecutionEngine/2003-05-07-ArgumentTest.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/2003-05-07-ArgumentTest.ll b/llvm/test/ExecutionEngine/2003-05-07-ArgumentTest.ll index 1a1ae5f56b9..236be18d96e 100644 --- a/llvm/test/ExecutionEngine/2003-05-07-ArgumentTest.ll +++ b/llvm/test/ExecutionEngine/2003-05-07-ArgumentTest.ll @@ -1,6 +1,5 @@ ; RUN: %lli %s test ; XFAIL: arm -; XFAIL: mcjit declare i32 @puts(i8*) |

