[all-commits] [llvm/llvm-project] 1b7915: [DebugInfo] Drop extra DIBuilder::finalizeSubprogr...
Vladislav Dzhidzhoev via All-commits
all-commits at lists.llvm.org
Wed Aug 27 08:58:50 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b7915018ba102478708d77b6f382486e954437d
https://github.com/llvm/llvm-project/commit/1b7915018ba102478708d77b6f382486e954437d
Author: Vladislav Dzhidzhoev <vdzhidzhoev at accesssoftek.com>
Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths:
M llvm/lib/CodeGen/MachineOutliner.cpp
M llvm/lib/Transforms/IPO/IROutliner.cpp
M llvm/lib/Transforms/Utils/Debugify.cpp
Log Message:
-----------
[DebugInfo] Drop extra DIBuilder::finalizeSubprogram() calls (NFC) (#155618)
After #139914, `DIBilder::finalize()` finalizes both declaration and
definition DISubprograms.
Therefore, there is no need to call `DIBuilder::finalizeSubprogram()`
right before `DIBilder::finalize()`.
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