[llvm] [ThinLTO] Fix parsing null aliasee in alias summary (PR #169490)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 25 07:03:30 PST 2025


================
@@ -73,6 +73,9 @@
 ^31 = flags: 8
 ^32 = blockcount: 1888
 
+; Alias summary with null aliasee.
+^33 = gv: (guid: 32, summaries: (alias: (module: ^0, flags: (linkage: external, visibility: default, notEligibleToImport: 0, live: 0, dsoLocal: 1), aliasee: null)))
----------------
teresajohnson wrote:

To add on to what @Enna1 asked - this should have a corresponding CHECK below to confirm it round trips through bitcode and back as expected.

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


More information about the llvm-commits mailing list