When sh_info of sumbol table value was set to zero, lld was asserting.
Patch fixes the issue.
Differential D25016
[ELF] - Fixed assert fail when symbol table has zero sh_info value. grimar on Sep 28 2016, 5:37 AM. Authored by
Details When sh_info of sumbol table value was set to zero, lld was asserting. Patch fixes the issue.
Diff Detail Event TimelineComment Actions Out of curiosity, why do you want to do this? Did you find an object file broken this way?
Comment Actions
|
Probably FirstNonLocal == 0 is better as we all know that 0 is not a valid symbol index.