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

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 16:11:03 PDT 2016


phosek added a comment.

Personally no, I haven't so I suppose removing this support shouldn't break anyone. Shall I split the SymbolAssignment list into the pre-assignments and post-asignments lists as you suggested then? I can also report an error when we find more than one `SECTIONS` command.


https://reviews.llvm.org/D23751





More information about the llvm-commits mailing list