[LLVMdev] trouble with AsmPrinter registration

Vadim Khoptynets vadya.poiuj at gmail.com
Sun Mar 3 09:54:59 PST 2013


Hello everyone!

Could somebody, advice me what's wrong with my AsmPrinter? I've created
ColdFireAsmPrinter.cpp file, and added initialization:

extern "C" void LLVMInitializeColdFireAsmPrinter() {
  RegisterAsmPrinter<ColdFireAsmPrinter> X(TheColdFireTarget);
}

But, unfortunately, after build AsmPrinters.def doesn't contain
LLVM_ASM_PRINTER(ColdFire). Maybe I've missed something important?

-- 
Regards,
Vadim.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130303/2edae9c6/attachment.html>


More information about the llvm-dev mailing list