[all-commits] [llvm/llvm-project] a90229: [sanitizer] Add facility to print the full StackDepot

Teresa Johnson via All-commits all-commits at lists.llvm.org
Fri Sep 18 00:51:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a90229d6cee8910505999678ed137a7f0f9083ed
      https://github.com/llvm/llvm-project/commit/a90229d6cee8910505999678ed137a7f0f9083ed
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stackdepotbase.h
    M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_stackdepot_test.cpp

  Log Message:
  -----------
  [sanitizer] Add facility to print the full StackDepot

Split out of D87120 (memory profiler). Added unit testing of the new
printing facility.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D87792




More information about the All-commits mailing list