Otherwise MergeInputSection's can also be iterated and will cause cast error.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
- Build Status
Buildable 21208 Build 21208: arc lint + arc unit
Event Timeline
Comment Actions
It seems caused by 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?