================
@@ -5713,8 +5713,7 @@ void ASTWriter::WriteDeclAndTypes(ASTContext &Context) {
     // efficent becuase it allows lazy deserialization.
     RecordData FunctionToLambdasMapRecord;
     for (const auto &Pair : FunctionToLambdasMap) {
----------------
dmpolukhin wrote:

@rnk yes, the order is not important because we read the whole map into memory 
anyway. So IMHO the only thing we need to do here is to make sure that we order 
doesn't depend on pointer values. 

https://github.com/llvm/llvm-project/pull/110131
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to