[all-commits] [llvm/llvm-project] 242e8b: [NFC][asan] Switch from list to DynInitGlobalsByMo...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sat Aug 3 10:41:14 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 242e8b94cf68a9666830ef60463400f9a1cc2d2f
https://github.com/llvm/llvm-project/commit/242e8b94cf68a9666830ef60463400f9a1cc2d2f
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-08-03 (Sat, 03 Aug 2024)
Changed paths:
M compiler-rt/lib/asan/asan_globals.cpp
Log Message:
-----------
[NFC][asan] Switch from list to DynInitGlobalsByModule (#101596)
The patch just switches container from plain
list of globals, to a map grouped by module.
Prepare for incremental poisoning in #101837
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