[all-commits] [llvm/llvm-project] 918437: Remove unintended __sanitizer_get_allocation_bound...

thurstond via All-commits all-commits at lists.llvm.org
Wed Apr 5 12:13:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 918437389f412734ac1c6efa69c2b4de311d0282
      https://github.com/llvm/llvm-project/commit/918437389f412734ac1c6efa69c2b4de311d0282
  Author: Thurston Dang <thurston at google.com>
  Date:   2023-04-05 (Wed, 05 Apr 2023)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h

  Log Message:
  -----------
  Remove unintended __sanitizer_get_allocation_bounds declaration

This removes an unintentional function declaration, that was accidentally
added in D147005 (from an incomplete refactoring of __sanitizer_get_allocation_bounds).

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




More information about the All-commits mailing list