[PATCH] D50419: [ELF] Skip non-InputSection's in getErrPlace
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 14 04:13:45 PDT 2018
grimar added a comment.
It could seems to be caused by https://reviews.llvm.org/rL336106. But I really do not understand how it can happen.
As my comment for the commit says:
"We should only have InputSection type of the sections in the vector.
(because we already converted MergeInputSection in mergeSections()
and combined EhInputSections in combineEhFrameSections())."
What am I missing?
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D50419
More information about the llvm-commits
mailing list