diff options
author | Mandeep Singh Grang <mgrang@codeaurora.org> | 2018-04-04 18:20:28 +0000 |
---|---|---|
committer | Mandeep Singh Grang <mgrang@codeaurora.org> | 2018-04-04 18:20:28 +0000 |
commit | 93ab79d205eac43867a593981f4476bb770e28a4 (patch) | |
tree | 62ea5f4c90165731401c700457012d7e086dbda8 /clang/unittests/Basic/VirtualFileSystemTest.cpp | |
parent | 0d5f3b0281bb939290b7e6f7c4e736ef8bf18969 (diff) | |
download | llvm-93ab79d205eac43867a593981f4476bb770e28a4.zip llvm-93ab79d205eac43867a593981f4476bb770e28a4.tar.gz llvm-93ab79d205eac43867a593981f4476bb770e28a4.tar.bz2 |
[AArch64] Change std::sort to llvm::sort in response to r327219
Summary:
r327219 added wrappers to std::sort which randomly shuffle the container before sorting.
This will help in uncovering non-determinism caused due to undefined sorting
order of objects having the same key.
To make use of that infrastructure we need to invoke llvm::sort instead of std::sort.
Note: This patch is one of a series of patches to replace *all* std::sort to llvm::sort. Refer the comments section in D44363 for a list of all the required patches.
Reviewers: t.p.northover, jmolloy, RKSimon, rengolin
Reviewed By: rengolin
Subscribers: dexonsmith, rengolin, javed.absar, kristof.beyls, llvm-commits
Differential Revision: https://reviews.llvm.org/D44853
llvm-svn: 329216
Diffstat (limited to 'clang/unittests/Basic/VirtualFileSystemTest.cpp')
0 files changed, 0 insertions, 0 deletions