[Lldb-commits] [PATCH] D42563: [lldb] attempt to fix DIERef::GetUID

Tamas Berghammer via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 26 03:24:53 PST 2018


tberghammer requested changes to this revision.
tberghammer added a comment.

Who is calling this method with a SimbolFileDWARF?

Instead of adding a hack to this function what looks horrible to me considering that different debug info formats are using the upper 32bit of the UID for different purposes can we change the caller to pass in the correct SymbolFileDWARFDwo instance instead?


Repository:
  rL LLVM

https://reviews.llvm.org/D42563





More information about the lldb-commits mailing list