hanchenye-llvm-project/lldb/source
Pavel Labath 0a0d354ee6 Made GetClangTargetCPU() const.
Summary:
It does not change members or call non-const members.
HostInfo::GetArchitecture() returns a const object ref (maybe others?),
which can't access the non-const function.

Reviewers: labath, eugene

Reviewed By: labath, eugene

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D30515
Author:	Jason Majors <jmajors@google.com>

llvm-svn: 296868
2017-03-03 13:35:49 +00:00
..
API Switch SBBreakpointLocation to use a weak_ptr 2017-03-01 10:08:48 +00:00
Breakpoint [CMake] Adding API dependency on Utility 2017-02-13 21:19:53 +00:00
Commands Fix MSVC build 2017-03-02 10:35:53 +00:00
Core Made GetClangTargetCPU() const. 2017-03-03 13:35:49 +00:00
DataFormatters Clean up debug logging 2017-02-13 11:03:17 +00:00
Expression Remove dependencies from Utility to Core and Target. 2017-02-14 19:06:07 +00:00
Host Remove some dead code in FileSpec. 2017-03-03 06:14:38 +00:00
Initialization Switch "posix" to the new log channel registration mechanism 2017-02-23 10:33:16 +00:00
Interpreter Finish breaking the dependency from Utility. 2017-02-16 19:38:21 +00:00
Plugins Remove some dead code in FileSpec. 2017-03-03 06:14:38 +00:00
Symbol Fix a race condition in FuncUnwinders where the mutex was being 2017-02-24 03:35:46 +00:00
Target Fix various warnings. NFC 2017-03-02 00:05:25 +00:00
Utility Fix various warnings. NFC 2017-03-02 00:05:25 +00:00
CMakeLists.txt
lldb.cpp