[PATCH] D50559: [gnu-objc] Make selector order deterministic.

Bernhard M. Wiedemann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 11 13:06:21 PDT 2018


bmwiedemann added a comment.

I got it compiled with std::sort on top of 6.0.1 and found that it indeed removes the indeterminism: When I compiled libobjc2-1.8.1/arc.m 25 times, I got the same md5sum every time - and the same result with and without ASLR.


Repository:
  rC Clang

https://reviews.llvm.org/D50559





More information about the cfe-commits mailing list