[PATCH] D44360: [compiler-rt] Change std::sort to llvm::sort in response to r327219

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 18 06:51:20 PDT 2018


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

In https://reviews.llvm.org/D44360#1041020, @mgrang wrote:

> I agree with @efriedma on this. It's better to uniformly use llvm::sort rather than assuming that developers will always use the "correct" sort.


Thanks, just wanted to make sure - LGTM.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D44360





More information about the llvm-commits mailing list