This is an archive of the discontinued LLVM Phabricator instance.

[nfc] [lldb] DWZ 02/17: Refactor DIERef for a key in llvm::DenseMap
AbandonedPublic

Authored by jankratochvil on Sep 24 2021, 3:05 AM.

Details

Reviewers
labath
clayborg
Summary

Next patch D110399 will use DIERef as a key in llvm::DenseMap, therefore we need to be able to effectively calculate hash of a DIERef.

My question about upstreaming of this patchset.

Diff Detail