[all-commits] [llvm/llvm-project] ca9815: [sanitizers] Define SANITIZER_INTERCEPTOR_HOOKS on...

Alexander Richardson via All-commits all-commits at lists.llvm.org
Wed Feb 17 02:37:32 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ca9815fc247cc738f3ca7c8d5f482049371ca6e1
      https://github.com/llvm/llvm-project/commit/ca9815fc247cc738f3ca7c8d5f482049371ca6e1
  Author: Alex Richardson <Alexander.Richardson at cl.cam.ac.uk>
  Date:   2021-02-17 (Wed, 17 Feb 2021)

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

  Log Message:
  -----------
  [sanitizers] Define SANITIZER_INTERCEPTOR_HOOKS on FreeBSD

This fixes the weak_hooks.cpp test on FreeBSD. Since this feature appears
to be supported on almost all platforms, it might also make sense to turn
it into an opt-out list instead of being opt-in.

Reviewed By: krytarowski

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




More information about the All-commits mailing list