[llvm] r202438 - Object/COFF: Add a struct for the function table in .pdata.

Rui Ueyama ruiu at google.com
Thu Feb 27 17:16:08 PST 2014


On Thu, Feb 27, 2014 at 5:09 PM, Nico Rieck <nico.rieck at gmail.com> wrote:

> On 28.02.2014 01:17, Rui Ueyama wrote:
> > It's a bit weird because the data structure varies depending on
> > architecture. Do all architectures declare their own structure with the
> > same name?
>
> They do have their own name. I can spot
> _IMAGE_(ARM|CE|ALPHA|ALPHA64)_RUNTIME_FUNCTION_ENTRY structs, which are
> then typedef'ed to the canonical name. So I think something like
> coff_runtime_func(tion)_x64 would be more fitting here.
>

I agree. I will rename accordingly. Thank you for reviewing!


>
> -Nico
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140227/c088202c/attachment.html>


More information about the llvm-commits mailing list