[all-commits] [llvm/llvm-project] a401ce: [llvm-debuginfo-analyzer] (04/09) - Locations and ...

Carlos Alberto Enciso via All-commits all-commits at lists.llvm.org
Thu Oct 20 05:50:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a401ce441694612df21e7c29f6aabd89aff6ca6c
      https://github.com/llvm/llvm-project/commit/a401ce441694612df21e7c29f6aabd89aff6ca6c
  Author: Carlos Alberto Enciso <carlos.alberto.enciso at gmail.com>
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
    M llvm/unittests/DebugInfo/LogicalView/LocationRangesTest.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list