[llvm-commits] [PATCH] Object File Library

Chris Lattner clattner at apple.com
Sun Nov 14 14:23:02 PST 2010


On Nov 14, 2010, at 1:51 PM, Rafael EspĂ­ndola wrote:

> On 11 November 2010 21:23, Michael Spencer <bigcheesegs at gmail.com> wrote:
>> Attached are updated patches to be reviewed. I've split them up into
>> the generic API, the COFF and ELF implementations, tool changes, and
>> tests.
> 
> I hope you don't mind if at some point I move the basic ELF types from
> lib/Object/ELFObjectFile.cpp to a header file. I would *love* to use
> them in ELFObjectWriter.cpp :-)

These enums should end up in include/llvm/Support, just like Dwarf.h and MachO.h etc.

-Chris



More information about the llvm-commits mailing list