[all-commits] [llvm/llvm-project] 727c59: DebugInfo: Use hash-based unit lookup when availab...

David Blaikie via All-commits all-commits at lists.llvm.org
Wed Apr 27 14:18:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 727c590fe955409fa59d89657b5f7e42d38326e2
      https://github.com/llvm/llvm-project/commit/727c590fe955409fa59d89657b5f7e42d38326e2
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2022-04-27 (Wed, 27 Apr 2022)

  Changed paths:
    M llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
    M llvm/test/DebugInfo/X86/dwarfdump-str-offsets-dwp.s

  Log Message:
  -----------
  DebugInfo: Use hash-based unit lookup when available in dwp files

Fix a test case that had a bogus (probably I hand crafted it at some
point) index that didn't point to the right data in the process.




More information about the All-commits mailing list