[all-commits] [llvm/llvm-project] 7ebfc3: [Sanitizers] Remove unused parameter from COMMON_I...

kstoimenov via All-commits all-commits at lists.llvm.org
Thu Jun 15 16:19:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ebfc36f7e68a4405680cb651356a37fa359303a
      https://github.com/llvm/llvm-project/commit/7ebfc36f7e68a4405680cb651356a37fa359303a
  Author: Kirill Stoimenov <kstoimenov at google.com>
  Date:   2023-06-15 (Thu, 15 Jun 2023)

  Changed paths:
    M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp

  Log Message:
  -----------
  [Sanitizers] Remove unused parameter from COMMON_INTERCEPTOR_MUNMAP_IMPL

This was a result of copy/paste from the MMAP interceptor which uses the parameter to swtich between mmap and mmap64.

Reviewed By: vitalybuka

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




More information about the All-commits mailing list