[PATCH] D22749: [ELF] - Linkerscript: Implemented SORT command

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 05:09:36 PDT 2016


grimar added a comment.

Recent change that introduced LinkerScript<ELFT>::getSectionMap() does not allow
this patch to fit well. 
Since I need to know Sort flag state for each InputSectionDescription.
With current code that looks to be impossible.
I am holding this until we have another approach landed.


https://reviews.llvm.org/D22749





More information about the llvm-commits mailing list