[all-commits] [llvm/llvm-project] 22b768: Reland "[hwasan] Add definitions for missing opera...
PiJoules via All-commits
all-commits at lists.llvm.org
Wed Feb 15 15:47:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22b7685401e82a845a37eed349fa1dafa58d762b
https://github.com/llvm/llvm-project/commit/22b7685401e82a845a37eed349fa1dafa58d762b
Author: Leonard Chan <leonardchan at google.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_new_delete.cpp
M compiler-rt/test/hwasan/TestCases/new-test.cpp
Log Message:
-----------
Reland "[hwasan] Add definitions for missing operator delete functions"
Looks like builders were failing for the sized variants of operator
delete. These are hidden behind the __cpp_sized_deallocation macro
which can be defined with -fsized-deallocation.
More information about the All-commits
mailing list