[llvm-commits] [llvm] r110109 - in /llvm/trunk: autoconf/configure.ac cmake/config-ix.cmake configure include/llvm/Config/config.h.cmake include/llvm/Config/config.h.in include/llvm/Target/TargetSelect.h

Eric Christopher echristo at apple.com
Mon Aug 9 14:50:24 PDT 2010


On Aug 9, 2010, at 5:49 AM, Xerxes RĂ„nby wrote:

> Hi this change have reinstalled llvm pr4427
> http://llvm.org/bugs/show_bug.cgi?id=4427
> 
> for example when compiling a project that uses llvm JIT on X86 then if
> X86 are defined this bug hits when calling
> 
> InitializeNativeTargetAsmPrinter()
> 
> the macro expands into
> LLVMInitializeAsmPrinter() that dont exist.
> instead of
> LLVMInitializeX86AsmPrinter() that do exist.
> 

I've taken the thread to the new bug we've opened for it.

-eric





More information about the llvm-commits mailing list