[PATCH] D35832: [ELF] - Store PhdrEntry values by pointers instead of storing by value.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 05:34:16 PDT 2017


grimar created this revision.
Herald added a subscriber: emaste.

Patch changes vector to store PhdrEntry by pointers,
at least 2 patches already tried to rely on this change: https://reviews.llvm.org/D35680 and https://reviews.llvm.org/D34956.

I think that happens because it is generally more convinent way,
so even if we will never land these patches it is still usefull to do IMO.

But if we land it I'll be able to rebase those ones to exclude unrelative changes.


https://reviews.llvm.org/D35832

Files:
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35832.108056.patch
Type: text/x-patch
Size: 12019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170725/36a000c1/attachment.bin>


More information about the llvm-commits mailing list