[PATCH] [PECOFF] Support COMDAT associative sections.

Rui Ueyama ruiu at google.com
Mon Jun 16 15:58:37 PDT 2014


Ping?


On Wed, Jun 11, 2014 at 4:11 PM, Rui Ueyama <ruiu at google.com> wrote:

> It turned out that dumping associate() contents to Native format
> is too much, because it's not easy to dump variable length objects
> to Native format. We would have had to define a new chunk for
> associated atoms.
>
> So I came back to the original design to use References to represent
> "associate" relationships. I believe I found a way to implement it
> in an efficient way. PTAL.
>
> http://reviews.llvm.org/D4028
>
> Files:
>   include/lld/Core/Reference.h
>   include/lld/Core/Resolver.h
>   lib/Core/Resolver.cpp
>   lib/ReaderWriter/PECOFF/Atoms.h
>   lib/ReaderWriter/PECOFF/ReaderCOFF.cpp
>   lib/ReaderWriter/Reader.cpp
>   test/core/associates.objtxt
>   test/pecoff/Inputs/associative1.obj.yaml
>   test/pecoff/Inputs/associative3.obj.yaml
>   test/pecoff/associative.test
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140616/61694ff8/attachment.html>


More information about the llvm-commits mailing list