[PATCH] D26888: [ELF] - Implemented -N, --norosegment flags.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 19 10:21:38 PST 2016
ruiu added inline comments.
================
Comment at: ELF/Writer.cpp:1110-1112
// Decide which program headers to create and which sections to include in each
// one.
template <class ELFT> std::vector<PhdrEntry<ELFT>> Writer<ELFT>::createPhdrs() {
----------------
I really don't want to mess up this function more than this. It's already complicated. Do you really need -N?
https://reviews.llvm.org/D26888
More information about the llvm-commits
mailing list