[llvm] [CFI][ThinLTO] Remove the need for CFI calculating ThinLTO GUIDs (PR #201370)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 3 18:07:20 PDT 2026
================
@@ -1317,72 +1319,75 @@ struct TypeIdSummary {
std::map<uint64_t, WholeProgramDevirtResolution> WPDRes;
};
+/// Encapsulate the names of CFI target functions. It interfaces with ThinLTO to
+/// determine efficiently which of the names need to be exported for a
+/// particular module.
class CfiFunctionIndex {
----------------
vitalybuka wrote:
Could CfiFunctionIndex changes be landed as NFC PR?
https://github.com/llvm/llvm-project/pull/201370
More information about the llvm-commits
mailing list