search for: armmctargetjprint

Displaying 1 result from an estimated 1 matches for "armmctargetjprint".

Did you mean: armmctargetjprinter
2010 Sep 27
1
[LLVMdev] Proposal: Splitting up MC/ELF + AsmPrinter Hierarchy?
...ommon ABC. This approach seems like the right one to take, but it itself is a "big" nonlocal change, so I wanted to gather opinions before I send in a patch along those lines... Steps would be: 1. New ABC MCTargetPrinter (similar to the current AsmPrinter.cpp class) 2. New derived ABC ARMMCTargetjPrinter 3. New derived class ARMMCAsmPrinter (this is where JimG's new ARM MC .s printer code would go) 4. New Derived class ARMMCObjPrinter (this is where the ELF specific stuff would go) 4a. Add in new temp switches to configure and llc to enable this feature for ARM only... 5. Once working, clear...