Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
llvm/lib/MC/MCObjectFileInfo.cpp | ||
---|---|---|
955–957 | How does this section get deduplicated by the linker? (I don't see the 'Hash' being used here, which is the unique key for the section) | |
960–964 | Similarly here.. | |
969 | I assume this is incorrect (given that this function is for the debug_types section (& should be comdat or equivalent) rather than debug_info)? |
Comment Actions
Posted to the bug with some questions about this direction - or happy to have the conversation here instead.
How does this section get deduplicated by the linker? (I don't see the 'Hash' being used here, which is the unique key for the section)