[all-commits] [llvm/llvm-project] ea9174: DebugInfo: Use debug_rnglists.dwo for ranges in de...

David Blaikie via All-commits all-commits at lists.llvm.org
Mon Jul 12 18:15:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ea91749f0149b77226e2b5ce0329e0ad9513bb4d
      https://github.com/llvm/llvm-project/commit/ea91749f0149b77226e2b5ce0329e0ad9513bb4d
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2021-07-12 (Mon, 12 Jul 2021)

  Changed paths:
    M llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
    A llvm/test/tools/llvm-dwarfdump/X86/stats-v5-ranges-dwo.s

  Log Message:
  -----------
  DebugInfo: Use debug_rnglists.dwo for ranges in debug_info.dwo when parsing DWARFv5

This call would incorrectly overwrite (with the .debug_rnglists.dwo from
the executable, if there was one) the rnglists section instead of the
correct value (from the .debug_rnglists.dwo in the .dwo file) that's
applied in DWARFUnit::tryExtractDIEsIfNeeded




More information about the All-commits mailing list