[PATCH] D30461: [ELF] - Check that we do not mix regular and synthetic sections.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 28 09:24:57 PST 2017
ruiu added a comment.
This is probably doing too much to enforce an obscure invariance. Instead, can you remove the assumption that all synthetic sections must be end of the input sections list?
https://reviews.llvm.org/D30461
More information about the llvm-commits
mailing list