[all-commits] [llvm/llvm-project] 77014b: [Sanitizers][Darwin] Rename Apple macro SANITIZER...
Mariusz Borsa via All-commits
all-commits at lists.llvm.org
Wed May 18 14:46:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77014b9a133409282c1ee2ee7b49089fe4f86834
https://github.com/llvm/llvm-project/commit/77014b9a133409282c1ee2ee7b49089fe4f86834
Author: Mariusz Borsa <m_borsa at apple.com>
Date: 2022-05-18 (Wed, 18 May 2022)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
Log Message:
-----------
[Sanitizers][Darwin] Rename Apple macro SANITIZER_MAC -> SANITIZER_APPLE
Initial introduction of the new macro before obsoleting the old one - the old name was really confusing.
Also moved SANITIZER_WATCHOS and SANITIZER_TVOS definitions under common #if defined(__APPLE__) block
Differential Revision: https://reviews.llvm.org/D125816
More information about the All-commits
mailing list