[PATCH] D89827: hwasan: Disable operator {new,delete} interceptors when interceptors are disabled.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 15:47:32 PDT 2020


pcc added a comment.

In D89827#2352032 <https://reviews.llvm.org/D89827#2352032>, @thakis wrote:

> Reverted in 6f9d84bb26f15845e984170be40f7c1383425eea <https://reviews.llvm.org/rG6f9d84bb26f15845e984170be40f7c1383425eea> for now.

Sorry about that, it seems I forgot to run `check-hwasan` before committing.

I tracked the problem down to a discrepancy between the CMake and GN builds which I fixed in 19cfe5a6debb59e976dd0ee7020d1b8873ad54dd <https://reviews.llvm.org/rG19cfe5a6debb59e976dd0ee7020d1b8873ad54dd> and relanded this change in 864b3a336b609f8261e727e332235ccedd2e825e <https://reviews.llvm.org/rG864b3a336b609f8261e727e332235ccedd2e825e>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89827/new/

https://reviews.llvm.org/D89827



More information about the llvm-commits mailing list