[PATCH] D42482: [ELF] - Support INSERT AFTER statement in linker script.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 17:13:27 PST 2018
ruiu added a comment.
Hmm, isn't this too restricted? It may work for .text or .data because sections are sorted by section attributes, but it doesn't work for other cases, no?
https://reviews.llvm.org/D42482
More information about the llvm-commits
mailing list