[PATCH] D23571: [ELF] Linkerscript: never add same input section to output section
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 17 13:26:21 PDT 2016
ruiu added a comment.
We check for `S->OutSec` in `getInputSections`, so it seems that the input section list returned by `createInputSectionList` can never contain a section with an output section being set. Does this patch make actual difference?
Repository:
rL LLVM
https://reviews.llvm.org/D23571
More information about the llvm-commits
mailing list