llvm-project/llvm/lib/Bitcode
Dmitri Gribenko aba43035bd Use llvm::sort instead of std::sort where possible
llvm::sort is beneficial even when we use the iterator-based overload,
since it can optionally shuffle the elements (to detect
non-determinism). However llvm::sort is not usable everywhere, for
example, in compiler-rt.

Reviewed By: nhaehnle

Differential Revision: https://reviews.llvm.org/D130406
2022-07-23 15:19:05 +02:00
..
Reader Remove unused forward declarations (NFC) 2022-07-17 15:37:48 -07:00
Writer Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
CMakeLists.txt