[all-commits] [llvm/llvm-project] 7c1d77: [NFC][sanitizer] Add entry point for compression

Vitaly Buka via All-commits all-commits at lists.llvm.org
Tue Nov 30 16:55:47 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7c1d77798346ed49fe940c651668ee922f2976e9
      https://github.com/llvm/llvm-project/commit/7c1d77798346ed49fe940c651668ee922f2976e9
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-11-30 (Tue, 30 Nov 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_stack_store.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_stack_store.h
    M compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_stack_store_test.cpp

  Log Message:
  -----------
  [NFC][sanitizer] Add entry point for compression

Add Compression::Test type which just pretends packing,
but does nothing useful. It's only called from test for now.

Depends on D114493.

Reviewed By: kstoimenov

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




More information about the All-commits mailing list