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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 22:08:13 PDT 2016


ruiu added a comment.

There is at most one SECTIONS command, so an alternative approach would be to split SymbolAssignment list into two lists, say, pre-assignments and post-asignments. I feel like it may be slightly better approach. What do you think?


https://reviews.llvm.org/D23751





More information about the llvm-commits mailing list