Displaying 1 result from an estimated 1 matches for "asd_armasmprinter".
2011 Jun 20
0
[LLVMdev] Problem regarding AsmPrinter registration
Hi,
I am trying to add a small new backend for LLVM. For assembly
printing, I have derived a class from AsmTarget,
struct LLVM_LIBRARY_VISIBILITY Asd_ARMAsmPrinter : public AsmPrinter
After creating all the bits and pieces, I was trying to use this to
print the assembly for a sample program. Though I was getting weird
errors. I tried looking for the problem and found that the my target
AsmPrinter is not being registered properly. This conclusion was
derived...