[all-commits] [llvm/llvm-project] 50b993: [asan] Fix Windows i386 regression (#73650)
Farzon Lotfi via All-commits
all-commits at lists.llvm.org
Tue Nov 28 10:08:52 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50b9930cfaa145145c13a89ef59b67efc9a772de
https://github.com/llvm/llvm-project/commit/50b9930cfaa145145c13a89ef59b67efc9a772de
Author: Farzon Lotfi <1802579+farzonl at users.noreply.github.com>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
Log Message:
-----------
[asan] Fix Windows i386 regression (#73650)
This change makes x64 enablement case explicit and
adds an else case for 32bit which fixes a regression
on Windows i386 asan builds introduced
by https://github.com/llvm/llvm-project/pull/66973.
More information about the All-commits
mailing list