Displaying 1 result from an estimated 1 matches for "thehcs12target".
2011 Oct 14
0
[LLVMdev] Native MCAsmStreamer?
...TM, Streamer) {}
virtual const char *getPassName() const {
return "HCS12 Assembly Printer";
}
};
} // end of anonymous namespace
// Force static initialization.
extern "C" void LLVMInitializeHCS12AsmPrinter() {
RegisterAsmPrinter<HCS12AsmPrinter> X(TheHCS12Target);
}
---
Most targets seem to go through this, but is there a way to register an
MCAsmStreamer directly?
I may have missed something; some help is appriciated.
Thanks in advance,
Ed.