[PATCH] D48541: [Function] Use deterministic IDs when mangling unnamed types.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 26 14:56:18 PDT 2018
fhahn planned changes to this revision.
fhahn added a comment.
Thanks Eli! If we serialize a declaration generated in such a way and then de-serialize it again a different pass might generate names in a different order, causing problems. I'll try to address that tomorrow.
https://reviews.llvm.org/D48541
More information about the llvm-commits
mailing list