[llvm-debuginfo-analyzer] (04/09) - Locations and ranges
authorCarlos Alberto Enciso <carlos.alberto.enciso@gmail.com>
Thu, 20 Oct 2022 10:29:57 +0000 (11:29 +0100)
committerCarlos Alberto Enciso <carlos.alberto.enciso@gmail.com>
Thu, 20 Oct 2022 12:48:52 +0000 (13:48 +0100)
commita401ce441694612df21e7c29f6aabd89aff6ca6c
treef926cfaf14e97d9fd8a206a910b2cdf475f2b325
parent30f6f2c09d6f663c8d098a2791cfd3201f728ba9
[llvm-debuginfo-analyzer] (04/09) - Locations and ranges

The test case 'LocationCoverage' caused a failure in:

  https://lab.llvm.org/buildbot/#/builders/5/builds/28385
  https://lab.llvm.org/buildbot/#/builders/168/builds/9585
  SUMMARY: AddressSanitizer: 176 byte(s) leaked in 2 allocation(s).

The logical debug locations 'LocationThree' and 'LocationFour'
are not added to any logical scope.

The test case is checking the logical symbol coverage and
it does not use those 2 debug locations.

Reviewed By: probinson

Differential Revision: https://reviews.llvm.org/D136333
llvm/unittests/DebugInfo/LogicalView/LocationRangesTest.cpp