[llvm] [CFI][ThinLTO] Remove the need for CFI calculating ThinLTO GUIDs (PR #201370)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 3 19:58:31 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 {
----------------
mtrofin wrote:

If y'all OK with using Graphite, I can prep the NFC right away, too.

https://github.com/llvm/llvm-project/pull/201370


More information about the llvm-commits mailing list