[all-commits] [llvm/llvm-project] 835ae5: [compiler-rt] Fix asan_interceptors.cpp build warn...
Wenju He via All-commits
all-commits at lists.llvm.org
Wed Jul 15 12:57:54 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 835ae525713e27aa98c46469792cee980669c6ca
https://github.com/llvm/llvm-project/commit/835ae525713e27aa98c46469792cee980669c6ca
Author: Wenju He <wenju.he at intel.com>
Date: 2026-07-15 (Wed, 15 Jul 2026)
Changed paths:
M compiler-rt/lib/asan/asan_interceptors.cpp
Log Message:
-----------
[compiler-rt] Fix asan_interceptors.cpp build warning -Wunused-template (#209750)
mmap_interceptor/munmap_interceptor template functions are instantiated
in sanitizer_common_interceptors.inc only under `#if
SANITIZER_INTERCEPT_MMAP`. Fix `unused function template
'mmap_interceptor'` warning on Windows, which is error under -Werror.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list