[clang] [llvm] Compute GUIDs once and store in metadata (PR #184065)

Owen Rodley via cfe-commits cfe-commits at lists.llvm.org
Sun May 10 17:37:49 PDT 2026


================
@@ -1064,8 +1064,9 @@ bool LLParser::skipModuleSummaryEntry() {
   // support is in place we will look for the tokens corresponding to the
   // expected tags.
   if (Lex.getKind() != lltok::kw_gv && Lex.getKind() != lltok::kw_module &&
-      Lex.getKind() != lltok::kw_typeid && Lex.getKind() != lltok::kw_flags &&
-      Lex.getKind() != lltok::kw_blockcount)
+      Lex.getKind() != lltok::kw_typeid &&
+      Lex.getKind() != lltok::kw_typeidCompatibleVTable &&
----------------
orodley wrote:

Split into https://github.com/llvm/llvm-project/pull/196849

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


More information about the cfe-commits mailing list