[all-commits] [llvm/llvm-project] e48771: [Sanitizers] UUID/Build ID is 16 bytes on Darwin.
Usama Hameed via All-commits
all-commits at lists.llvm.org
Wed Jun 7 14:33:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e487713a21f780bf7150f86f42718be4d0342beb
https://github.com/llvm/llvm-project/commit/e487713a21f780bf7150f86f42718be4d0342beb
Author: usama hameed <u_hameed at apple.com>
Date: 2023-06-07 (Wed, 07 Jun 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_common.h
M compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
A compiler-rt/lib/sanitizer_common/tests/sanitizer_module_uuid_size.cpp
Log Message:
-----------
[Sanitizers] UUID/Build ID is 16 bytes on Darwin.
https://reviews.llvm.org/D114294 changed the kModuleUUIDSize from 16 to 32 for
all platforms. This is not true for Darwin where the UUID is 16 bytes.
Differential Revision: https://reviews.llvm.org/D152309
rdar://110346025
More information about the All-commits
mailing list