[PATCH] D60778: Make precompiled headers reproducible by switching OpenCL extension to std::map

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 17 06:35:46 PDT 2019


riccibruno added a comment.

Mmm. I hope I am not missing something obvious, but how is this actually fixing the issue ? I don't see why the order between the `Type *` and between the `Decl *` should be deterministic (I think they will be when they are part of the same slab in the allocator, but I don't see why the slab ordering should be stable).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60778/new/

https://reviews.llvm.org/D60778





More information about the cfe-commits mailing list