Resolve Bug 30978.
This patch contains changes in LLVM IR to support Checksum debug info feature.
Differential D27642
DebugInfo: Added support for Checksum debug info feature (LLVM IR part) aaboud on Dec 9 2016, 4:47 PM. Authored by
Details
Diff Detail
Event TimelineComment Actions I think we try to make as much as possible metadata to be "distinct", CC Duncan to advise.
Comment Actions Not sure about that, so far we have only DICompileUnit and DISubprogram defined as distinct.
Comment Actions +Adrian. Note that I'm not worried about using 'distinct' here, since DICheckSum doesn't look like it can participate in cycles. (Otherwise, I haven't looked deeply at the patch.) Comment Actions Any objections to folding this into DIFile? It would substantially reduce the size of this patch, IMO.
Comment Actions I have no objection going this way, if everybody agree on that I will implement the change and upload a new patch.
Comment Actions Thanks for all the reviews and suggestions.
Comment Actions About the discussion on distinct: The checksums (and also the DIFile nodes) should be uniqued in an LTO compilation and thus should not be distinct.
|