[all-commits] [llvm/llvm-project] e31efd: [asan][windows] use __builtin_function_address to ...
Charlie Barto via All-commits
all-commits at lists.llvm.org
Wed Sep 11 23:26:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e31efd8f6fbc27000a4933f889e0deb922411006
https://github.com/llvm/llvm-project/commit/e31efd8f6fbc27000a4933f889e0deb922411006
Author: Charlie Barto <chbarto at microsoft.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_win_thunk_interception.h
Log Message:
-----------
[asan][windows] use __builtin_function_address to avoid problematic codegen in weak function registration (#108327)
Previously we were relying on optnone for this, but that didn't seem to
be sufficient.
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