[llvm-commits] [patch] configure.ac ARM TARGET_HAS_JIT

Xerxes RĂ„nby xerxes at zafena.se
Wed Sep 9 01:42:57 PDT 2009


The current llvm-config suggests the Interpreter on ARM when running
llvm-config --libs engine

$ llvm-config --libs engine
-lLLVMInterpreter -lLLVMExecutionEngine -lLLVMCodeGen -lLLVMScalarOpts
-lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMMC
-lLLVMCore -lLLVMSupport -lLLVMSystem

expected result would be to output the JIT instead of the Interpreter:

$ llvm-config --libs engine
-lLLVMARMAsmPrinter -lLLVMARMCodeGen -lLLVMSelectionDAG -lLLVMAsmPrinter
-lLLVMARMInfo -lLLVMJIT -lLLVMExecutionEngine -lLLVMCodeGen
-lLLVMScalarOpts -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis
-lLLVMTarget -lLLVMMC -lLLVMCore -lLLVMSupport -lLLVMSystem

The attached patch fixes this issue.
I need someone to commit this for me since the configure script needs
regenerating from configure.ac with some specific version of autotools.

Cheers
Xerxes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ARM_TARGET_HAS_JIT.patch
Type: text/x-patch
Size: 645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090909/2fb76b57/attachment.bin>


More information about the llvm-commits mailing list