[all-commits] [llvm/llvm-project] ac35ed: [compiler-rt][hwasan]: undefine new/delete operato...

yabinc via All-commits all-commits at lists.llvm.org
Thu Jun 17 09:28:28 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ac35ed5d34876e3b72442e61543233bd3ac6e632
      https://github.com/llvm/llvm-project/commit/ac35ed5d34876e3b72442e61543233bd3ac6e632
  Author: Yabin Cui <yabinc at google.com>
  Date:   2021-06-17 (Thu, 17 Jun 2021)

  Changed paths:
    M compiler-rt/lib/hwasan/hwasan_new_delete.cpp

  Log Message:
  -----------
  [compiler-rt][hwasan]: undefine new/delete operators with alignment on Android.

This is to fix build on Android. And we don't want to intercept more new/delete operators on Android.

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




More information about the All-commits mailing list