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/test-call.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/test-call.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/test-call.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/test-call.ll b/llvm/test/ExecutionEngine/test-call.ll index eaadbbae0a7..3fd39fe094f 100644 --- a/llvm/test/ExecutionEngine/test-call.ll +++ b/llvm/test/ExecutionEngine/test-call.ll @@ -1,6 +1,5 @@ ; RUN: %lli %s > /dev/null ; XFAIL: arm -; XFAIL: mcjit declare void @exit(i32) |