[all-commits] [llvm/llvm-project] 6f1175: Fix -DCOMPILER_RT_HWASAN_WITH_INTERCEPTORS=OFF reg...
Thurston Dang via All-commits
all-commits at lists.llvm.org
Wed Aug 16 14:40:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f11750319719c46771ca32a0c7d8fbed9a24a93
https://github.com/llvm/llvm-project/commit/6f11750319719c46771ca32a0c7d8fbed9a24a93
Author: Thurston Dang <thurston at google.com>
Date: 2023-08-16 (Wed, 16 Aug 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
Log Message:
-----------
Fix -DCOMPILER_RT_HWASAN_WITH_INTERCEPTORS=OFF regression
This applies the fix as suggested by Gelbpunkt in https://github.com/llvm/llvm-project/issues/64730,
Thanks to Florian Mayer for pointing out that my earlier patch D151262
had caused this regression.
Differential Revision: https://reviews.llvm.org/D158116
More information about the All-commits
mailing list