From 2138ef6d3d68e0e844f901732749ac57eb3c503f Mon Sep 17 00:00:00 2001 From: Preston Gurd Date: Thu, 12 Apr 2012 20:13:57 +0000 Subject: 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 --- llvm/test/ExecutionEngine/test-call.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/test/ExecutionEngine/test-call.ll') 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) -- cgit v1.2.3