search for: elf_header_clang

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

2012 Dec 11
0
[LLVMdev] [MC] [llvm-mc] Getting target specific information to <target>ELFObjectWriter
...n-text attachment was scrubbed... Name: elf_header.patch Type: text/x-patch Size: 28647 bytes Desc: elf_header.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121211/67d32afc/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: elf_header_clang.patch Type: text/x-patch Size: 1632 bytes Desc: elf_header_clang.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121211/67d32afc/attachment-0001.bin>
2012 Dec 11
2
[LLVMdev] [MC] [llvm-mc] Getting target specific information to <target>ELFObjectWriter
Jim, You are correct: MipsSubtarget. For llvm-mc we have a straight MCSubtargetInfo object. For llc we get a MipsSubtarget object which derives from MipsGenSubtargetInfo which derives from TargetSubtargetInfo which derives from MCSubtargetInfo. The patch I hope to send out for review will do this: Add a new data member to MCSubtargetInfo base class. It will be a set of integers that is used or