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

Xerxes Rånby xerxes at zafena.se
Mon Sep 14 05:59:02 PDT 2009


Im just pinging this patch, I am looking for someone with access to the
correct autotools to test the patch and to regenerate the configure script.

Thanks!

Xerxes Rånby skrev:
> 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
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list