aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/SourceManager.cpp
diff options
context:
space:
mode:
authorMandeep Singh Grang <mgrang@codeaurora.org>2016-10-18 00:11:19 +0000
committerMandeep Singh Grang <mgrang@codeaurora.org>2016-10-18 00:11:19 +0000
commite82678a65724887ba8352af4eadb969c4dd50a01 (patch)
treefef12ff9554f2466a95bcb1d547d309214b40e22 /clang/lib/Basic/SourceManager.cpp
parent6ff82bd0ec7ddfd991cb8e57e2dfbf23f068c992 (diff)
downloadllvm-e82678a65724887ba8352af4eadb969c4dd50a01.zip
llvm-e82678a65724887ba8352af4eadb969c4dd50a01.tar.gz
llvm-e82678a65724887ba8352af4eadb969c4dd50a01.tar.bz2
Fix differences in codegen between Linux and Windows toolchains
Summary: There are differences in codegen between Linux and Windows due to: 1. Using std::sort which uses quicksort which is a non-stable sort. 2. Iterating over Set data structure where the iteration order is non deterministic. Reviewers: arsenm, grosbach, junbuml, zinob, MatzeB Subscribers: MatzeB, wdng Differential Revision: https://reviews.llvm.org/D25695 llvm-svn: 284441
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions