[llvm-commits] [PATCH] Support/ELF.h extensions
Chris Lattner
clattner at apple.com
Mon Jul 12 08:49:20 PDT 2010
On Jul 12, 2010, at 7:27 AM, Rafael Espindola wrote:
> On 10 July 2010 18:02, Stephen Wilson <wilsons at start.ca> wrote:
>> Greetings!
>>
>> The following patch adds a few magic constants and structures to
>> Support/ELF.h. In particular, it extends support for the ELF 64 bit
>> format.
>>
>> Note this file is not heavily used in LLVM or Clang AFAICT. These are
>> minimal extensions needed for LLDB elf parsing. With this change both
>> projects can rely on the same file, eliminating a local version within
>> LLDB.
>>
>
> On linux I also have
>
> EI_OSABI 7
> EI_ABIVERSION 8
> EI_PAD 9
>
> Not sure if those are important for us now.
>
>> Could someone look this over and, if OK, commit on my behalf?
>
> I think the patch is OK, but not sure I can approve it.
Anyone with commit access can approve it :)
-Chris
More information about the llvm-commits
mailing list