hanchenye-llvm-project/lldb
Mandeep Singh Grang 4ccea6230b [lldb] Unbreak lldb builds due to r327219
Summary:
r327219 adds wrappers to sort which shuffle the container before sorting.
This causes lldb bots to break as the call to sort is now ambiguous:
http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-buildserver/builds/20725/steps/ninja%20build%20local/logs/stdio

So we need use llvm::sort instead of sort to avoid ambiguity with std::sort.

Note: This patch is just to unbreak the bots. I plan to have subsequent patches which will convert all
calls to std::sort to llvm::sort.

Reviewers: RKSimon, k8stone, jingham, labath, zturner

Subscribers: andreadb, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D44354

llvm-svn: 327224
2018-03-10 21:13:55 +00:00
..
cmake Install lldb's SB headers (pr36630) 2018-03-08 15:52:46 +00:00
docs Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
examples Fixed up to use a class for the commands, renamed the commands and added a way to just dump the compile unit full paths and optionally their support files with the new "dump-files"command. 2017-11-16 17:14:48 +00:00
include/lldb Move option parsing out of the Args class 2018-03-09 10:39:40 +00:00
lit [elf] Remove one copy of the section merging code 2018-03-09 12:30:09 +00:00
lldb.xcodeproj Fix up the gtest targets for changes in the UnwindAssembly tests. 2018-02-28 22:41:11 +00:00
lldb.xcworkspace
packages/Python/lldbsuite Rename clang.modules-cache-path to symbols.clang-modules-cache-path 2018-03-10 01:11:25 +00:00
resources
scripts Fix the install location of LLDBWrapPython.cpp when building 2018-03-05 21:08:42 +00:00
source [lldb] Unbreak lldb builds due to r327219 2018-03-10 21:13:55 +00:00
test [test] Skip a test when using an out-of-tree debugserver 2018-03-08 19:46:39 +00:00
third_party/Python/module
tools I added CFLAGS etc to one part of the project file I should not have. 2018-03-09 01:43:18 +00:00
unittests llgs-tests: use the auto-parsing form of SendMessage for sending the continue packets 2018-03-04 02:12:18 +00:00
utils
www [docs] Update docs for cmake options LLDB_TEST_C_COMPILER and LLDB_TEST_CXX_COMPILER 2018-02-08 05:11:17 +00:00
.arcconfig
.clang-format
.gitignore [dotest] Remove crashinfo hook 2018-01-10 10:18:47 +00:00
CMakeLists.txt [lit] Update how clang and other binaries are found in per-configuration directories 2018-02-21 00:05:51 +00:00
CODE_OWNERS.txt Remove Sean Callanan from the CODE_OWNERS, he won't have time 2017-11-01 01:38:42 +00:00
INSTALL.txt
LICENSE.TXT
use_lldb_suite_root.py