[llvm-commits] InitializeNativeAsmPrinter implementation
Chris Lattner
clattner at apple.com
Sun Sep 5 15:09:25 PDT 2010
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