[all-commits] [llvm/llvm-project] 4a02c9: [BOLT] Fix thread-safety of PointerAuthCFIAnalyzer
Gergely Bálint via All-commits
all-commits at lists.llvm.org
Tue Oct 28 03:04:36 PDT 2025
Branch: refs/heads/users/bgergely0/bolt-thread-safe-ignore
Home: https://github.com/llvm/llvm-project
Commit: 4a02c9ee50ecbf020047800ff29976308df7b55b
https://github.com/llvm/llvm-project/commit/4a02c9ee50ecbf020047800ff29976308df7b55b
Author: Gergely Balint <gergely.balint at arm.com>
Date: 2025-10-28 (Tue, 28 Oct 2025)
Changed paths:
M bolt/include/bolt/Passes/PointerAuthCFIAnalyzer.h
M bolt/lib/Passes/PointerAuthCFIAnalyzer.cpp
Log Message:
-----------
[BOLT] Fix thread-safety of PointerAuthCFIAnalyzer
The pass calls setIgnored() on functions in parallel, but setIgnored is
not thread safe. The patch adds a mutex to guard setIgnored calls.
Fixes: #165362
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