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

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 17 11:36:45 PDT 2018


mgrang added a comment.

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.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D44360





More information about the llvm-commits mailing list