diff options
author | Mandeep Singh Grang <mgrang@codeaurora.org> | 2018-03-26 18:08:26 +0000 |
---|---|---|
committer | Mandeep Singh Grang <mgrang@codeaurora.org> | 2018-03-26 18:08:26 +0000 |
commit | 1b9ff45157193d544d91c680701c9c3f00d786e5 (patch) | |
tree | c9916451cd0eb5de3ac2fd8b92ae43a08da84be2 /llvm/lib/ExecutionEngine/MCJIT/ObjectBuffer.h | |
parent | 8252892951123b0c54ce2aa71b3a6fd48bf2cfb1 (diff) | |
download | bcm5719-llvm-1b9ff45157193d544d91c680701c9c3f00d786e5.tar.gz bcm5719-llvm-1b9ff45157193d544d91c680701c9c3f00d786e5.zip |
[XCore] 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: dblaikie, RKSimon, robertlytton
Reviewed By: robertlytton
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D44875
llvm-svn: 328564
Diffstat (limited to 'llvm/lib/ExecutionEngine/MCJIT/ObjectBuffer.h')
0 files changed, 0 insertions, 0 deletions