[PATCH] D60470: [DWARF] Change ambiguity resolution from smallest CUOffset to largest (LowPC, CUOffset)

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 17:21:59 PDT 2020


dblaikie added a comment.
Herald added a reviewer: jhenderson.

Fair point about this still being useful, even if we figure out a longer term/broader/more complete fix.

Does this fix work if the overlapping ranges come from the same CU, though? (if a CU had debug_ranges (or no CU level ranges and two subprograms one at [0, 10) and the other at [5, 15), for example?)


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60470/new/

https://reviews.llvm.org/D60470





More information about the llvm-commits mailing list