Files
clang-p2996/lld/test/ELF/linkerscript
George Rimar 9e2c8a9db1 [ELF] - Support "INSERT AFTER" statement.
This implements INSERT AFTER in a following way:

During reading scripts it collects all insert statements.
After we done and read all files it inserts statements into script commands list.

With that:
* Rest of code does know nothing about INSERT.
* Approach is straightforward and have no visible limitations.
* It is also easy to support INSERT BEFORE (was seen in clang code once).
* Should work for PR35877 and similar cases.

Cons:
* It assumes we have "main" scripts that describes sections.

Differential revision: https://reviews.llvm.org/D43468

llvm-svn: 327003
2018-03-08 14:54:38 +00:00
..
2017-07-18 22:14:26 +00:00
2017-09-28 18:12:13 +00:00
2017-12-12 20:00:30 +00:00
2017-04-12 22:38:02 +00:00
2017-09-19 17:29:58 +00:00
2017-04-12 22:38:02 +00:00
2017-12-12 20:00:30 +00:00
2017-11-30 22:29:14 +00:00
2017-05-01 20:32:39 +00:00
2017-12-12 20:00:30 +00:00