[all-commits] [llvm/llvm-project] b600e5: [BOLT][PAC] Warn about synchronous unwind tables
Gergely Bálint via All-commits
all-commits at lists.llvm.org
Tue Oct 28 07:12:52 PDT 2025
Branch: refs/heads/users/bgergely0/bolt-warn-on-sync-unw
Home: https://github.com/llvm/llvm-project
Commit: b600e5638fc83a884c9a4b98b1dee20b0589d60b
https://github.com/llvm/llvm-project/commit/b600e5638fc83a884c9a4b98b1dee20b0589d60b
Author: Gergely Balint <gergely.balint at arm.com>
Date: 2025-10-28 (Tue, 28 Oct 2025)
Changed paths:
M bolt/lib/Passes/PointerAuthCFIAnalyzer.cpp
A bolt/test/runtime/AArch64/pacret-synchronous-unwind.cpp
Log Message:
-----------
[BOLT][PAC] Warn about synchronous unwind tables
BOLT currently ignores functions with synchronous PAuth DWARF info.
When more than 10% of functions get ignored for inconsistencies, we
should emit a warning to only use asynchronous unwind tables.
See also: #165215
Commit: 0ea24eb78d5bb3728df496bcb7f0506f415e70a3
https://github.com/llvm/llvm-project/commit/0ea24eb78d5bb3728df496bcb7f0506f415e70a3
Author: Gergely Balint <gergely.balint at arm.com>
Date: 2025-10-28 (Tue, 28 Oct 2025)
Changed paths:
M bolt/lib/Passes/PointerAuthCFIAnalyzer.cpp
M bolt/test/AArch64/negate-ra-state-incorrect.s
Log Message:
-----------
[BOLT] Use opts::Verbosity in PointerAuthCFIAnalyzer
Compare: https://github.com/llvm/llvm-project/compare/ae91e454aaaa...0ea24eb78d5b
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