[PATCH] D23751: [ELF] Linkerscript: define symbols outside SECTIONS

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 14:32:21 PDT 2016


phosek added a comment.

Turned out we don't even need post-assignment as a separate list, those can be added directly to `Commands` and they'll be handled correctly by the existing logic, it's just the pre-assignment ones that need to be handled separately (to cover the case where there is no `SECTIONS` command).


https://reviews.llvm.org/D23751





More information about the llvm-commits mailing list