[all-commits] [llvm/llvm-project] 25a7e4: [sanitizer] Add Leb128 encoding/decoding

Vitaly Buka via All-commits all-commits at lists.llvm.org
Mon Nov 29 17:12:52 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 25a7e4b9f7c60883c677a246641287744b0bb479
      https://github.com/llvm/llvm-project/commit/25a7e4b9f7c60883c677a246641287744b0bb479
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2021-11-29 (Mon, 29 Nov 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/CMakeLists.txt
    A compiler-rt/lib/sanitizer_common/sanitizer_leb128.h
    M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
    A compiler-rt/lib/sanitizer_common/tests/sanitizer_leb128_test.cpp

  Log Message:
  -----------
  [sanitizer] Add Leb128 encoding/decoding

Reviewed By: dvyukov, kstoimenov

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




More information about the All-commits mailing list