search for: xxxelfobjectwrit

Displaying 2 results from an estimated 2 matches for "xxxelfobjectwrit".

Did you mean: xxxelfobjectwriter
2012 Oct 27
0
[LLVMdev] TargetELFWriterInfo used for anything?
...;> for their ELF writer. >> > > Yes, a lot of targets inherit it, but it looks like nothing ever > calls getELFWriterInfo() (anymore) to get access to the instances. > Via greping, I find that it is only used in XXXTargetMachine class. Obviously its codes overlap with those in XXXELFObjectWriter class. In consideration of those codes in XXXAsmPrinter class which print out MachineInstr in .s format, I tend to think they are old codes that might be obsolete and will be replaced with MC layer implementation, but I am not sure. Hope someone authoritative answer this question. Regards. &g...
2012 Oct 27
2
[LLVMdev] TargetELFWriterInfo used for anything?
On Fri, Oct 26, 2012 at 6:01 PM, 陳韋任 (Wei-Ren Chen) < chenwj at iis.sinica.edu.tw> wrote: > Hi Jan, > > Why do you think TargetELFWriterInfo is not used (IIUC)? > I see a lot of targets inherit class TargetELFWriterInfo > for their ELF writer. > > Yes, a lot of targets inherit it, but it looks like nothing ever calls getELFWriterInfo() (anymore) to get access to the