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

Teresa Johnson via All-commits all-commits at lists.llvm.org
Thu Sep 17 20:25:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ffaa9a1732c6f2af514603d25f0e8c238b3dd06
      https://github.com/llvm/llvm-project/commit/2ffaa9a1732c6f2af514603d25f0e8c238b3dd06
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2020-09-17 (Thu, 17 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/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.

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




More information about the All-commits mailing list