This is an archive of the discontinued LLVM Phabricator instance.

[llvm][dwwarf] Change CU/TU index to 64-bit
AbandonedPublic

Authored by ayermolo on Dec 7 2022, 1:50 PM.

Details

Summary

Changed contribution data structure to 64 bit. I added the 32bit and 64bit
accessors to make it explicit where we use 32bit and where we use 64bit. Also to
make sure sure we catch all the cases where this data structure is used.

Diff Detail

Event Timeline

ayermolo created this revision.Dec 7 2022, 1:50 PM
Herald added a reviewer: Amir. · View Herald Transcript
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
ayermolo requested review of this revision.Dec 7 2022, 1:50 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 7 2022, 1:50 PM

Re-did D139379 after pushing it by mistake.

ayermolo abandoned this revision.Dec 7 2022, 3:39 PM