[llvm-commits] InitializeNativeAsmPrinter implementation

Chris Lattner clattner at apple.com
Tue Sep 7 12:46:30 PDT 2010


Ok, I missed that, no worries.  Thanks!

On Sep 7, 2010, at 11:10 AM, Jan Sjodin wrote:

> This patch was applied (with modifications) in r109996, is this what is causing 
> the problem?
> 
> Thanks,
> Jan
> 
> 
> ----- Original Message ----
>> From: Chris Lattner <clattner at apple.com>
>> To: Jan Sjodin <jan_sjodin at yahoo.com>
>> Cc: llvm-commits at cs.uiuc.edu; Olivier Meurant <meurant.olivier at gmail.com>
>> Sent: Mon, September 6, 2010 6:09:25 AM
>> Subject: Re: [llvm-commits] InitializeNativeAsmPrinter implementation
>> 
>> 
>> On Jul 22, 2010, at 8:50 AM, Jan Sjodin wrote:
>> 
>>> This patch is to prepare for MCJIT. I had to normalized the names for
>>> the initializers to have "Target" in the name to be able to use the
>>> LLVM_NATIVE_ARCH in the macros.
>> 
>> Hi Jan,
>> 
>> This patch applies but doesn't build correctly:
>> 
>> In file included from EDDisassembler.cpp:37:
>> /Volumes/Data/Users/sabre/llvm/include/llvm/Target/TargetSelect.h:123:5: error: 
>> 
>>       use of undeclared identifier 'LLVMInitializeX86AsmPrinter'; did you mean
>>       'LLVMInitializeX86TargetAsmPrinter'?
>>     LLVM_NATIVE_ASMPRINTER();
>>     ^~~~~~~~~~~~~~~~~~~~~~
>> 
>> 
>> Can you update it for mainline?
>> 
>> -Chris





More information about the llvm-commits mailing list