[PATCH] D27516: [ELF] - Place ".text" to be first section if -Ttext is used.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 10:07:41 PST 2016


ruiu added a comment.

Isn't this an ad-hoc fix for that specific case? The real problem is that, if it --section-start (or equivalently -T{bss,data,text}) are used, we need to map them without overlapping to other sections.


https://reviews.llvm.org/D27516





More information about the llvm-commits mailing list