[llvm] r188022 - [Object] Split the ELF interface into 3 parts.

Renato Golin renato.golin at linaro.org
Fri Aug 9 05:16:26 PDT 2013


On 8 August 2013 23:27, Michael J. Spencer <bigcheesegs at gmail.com> wrote:

> Author: mspencer
> Date: Thu Aug  8 17:27:13 2013
> New Revision: 188022
>
> URL: http://llvm.org/viewvc/llvm-project?rev=188022&view=rev
> Log:
> [Object] Split the ELF interface into 3 parts.
>
> * ELFTypes.h contains template magic for defining types based on
> endianess, size, and alignment.
> * ELFFile.h defines the ELFFile class which provides low level ELF
> specific access.
> * ELFObjectFile.h contains ELFObjectFile which uses ELFFile to implement
> the ObjectFile interface.


Hi Michael,

Once you fixed the compilation issues in:

http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/10351

There was still a test error:

http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/10352

Seems to be a segfault in lli, any ideas?

cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130809/cbbe3e05/attachment.html>


More information about the llvm-commits mailing list