[all-commits] [llvm/llvm-project] 398bfa: [compiler-rt][Fuchsia] Disable interceptors while ...
Leonard Chan via All-commits
all-commits at lists.llvm.org
Wed Jul 7 15:14:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 398bfa2eadbea371ab20f4dd8cadbef432b35627
https://github.com/llvm/llvm-project/commit/398bfa2eadbea371ab20f4dd8cadbef432b35627
Author: Leonard Chan <leonardchan at google.com>
Date: 2021-07-07 (Wed, 07 Jul 2021)
Changed paths:
M compiler-rt/CMakeLists.txt
M compiler-rt/lib/hwasan/CMakeLists.txt
Log Message:
-----------
[compiler-rt][Fuchsia] Disable interceptors while enabling new/delete replacements
This disables use of hwasan interceptors which we do not use on Fuchsia. This
explicitly sets the macro for defining the hwasan versions of new/delete.
Differential Revision: https://reviews.llvm.org/D103544
More information about the All-commits
mailing list