K 10 svn:author V 6 emaste K 8 svn:date V 27 2017-06-13T00:31:16.451440Z K 7 svn:log V 385 lld: ELF: Fix ICF crash on absolute symbol relocations. If two sections contained relocations to absolute symbols with the same value we would crash when trying to access their sections. Add a check that both symbols point to sections before accessing their sections, and treat absolute symbols as equal if their values are equal. Obtained from: LLD commit r292578 MFC after: 3 days END