Changed to creating a new index all the time. This code was legacy of when we
couldn't change the size of .debug_info, and led to subtle bugs where index for
new entries was pointing to a wrong address.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
bolt/lib/Rewrite/DWARFRewriter.cpp | ||
---|---|---|
1154 | Yes. Previously we copied old data, and then added existing index in to AddressTable. Now we create a new entry. |
Drop