Displaying 1 result from an estimated 1 matches for "coffobjectwriter".
2012 Nov 27
0
[LLVMdev] [cfe-dev] RFC: A Great Renaming of Things (or: Let's Repaint ALL the Bikesheds!)
...e integrated assembler lately, and had a
real "can't tell the players without a program" experience with some
class names that really imply the wrong hierarchical relationships.
// Doesn't start off too badly.
MCObjectWriter
ELFObjectWriter
MachObjectWriter
// But no [Win]COFFObjectWriter (don't expect you to change that!)
// Then we get to the target-specific bits...
MCELFObjectTargetWriter
<arch>ELFObjectWriter // <arch> = X86, MBlaze, ARM, Mips, PPC
// Note the subclasses do not have "Target" in the name.
// Which makes them look like subclasses of...