[PATCH] D19976: [ELF] - Prototype of possible linkerscript redesign.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 07:30:54 PDT 2016


grimar added a comment.

In https://reviews.llvm.org/D19976#489732, @evgeny777 wrote:

> Is it any different from https://reviews.llvm.org/D22455 after your changes?


Not sure I understood the question, though there are lot of.
This one makes LS to be command driven like mentioned in summary.

ScriptConfiguration does not contain any members required for intermediate representation,
just 
std::vector<Command> Commands;
which is used when needed to get info from.
It fully separates LS from other parts of linker.


https://reviews.llvm.org/D19976





More information about the llvm-commits mailing list