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.
rdar://110346025
Differential D152309
[Sanitizers] UUID/Build ID is 16 bytes on Darwin. usama54321 on Jun 6 2023, 2:28 PM. Authored by
Details https://reviews.llvm.org/D114294 changed the kModuleUUIDSize from 16 to 32 for rdar://110346025
Diff Detail
Event Timeline
Comment Actions Changed ifdef to if. The size of UUID is mostly documented internally. However, I do see references to the size inside the compiler-rt codebase, Comment Actions https://developer.apple.com/documentation/foundation/uuid/1779900-init |
if you have a reference documenting this, could you add this here?