[PATCH] D55211: [LLD][ELF] - Support discarding the .dynamic section.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 4 00:56:06 PST 2018


grimar added a comment.

In D55211#1316881 <https://reviews.llvm.org/D55211#1316881>, @ruiu wrote:

> Not needed anymore?


In addition to other people arguments, I think particularly this one patch makes the code simpler a bit?
(our code in Writer.cpp that checks `(In.DynSymTab)` and not `In.Dynamic` to create `_DYNAMIC` is correct, but looks a bit strange).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55211/new/

https://reviews.llvm.org/D55211





More information about the llvm-commits mailing list