aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-07-21 21:06:04 +0000
committerReid Kleckner <rnk@google.com>2016-07-21 21:06:04 +0000
commita4de84604a4f93a45154f18f72b2043d2cac6914 (patch)
tree3ed035f9833058d26c14827c203c0481b9dafc42 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
parent283d8df277dfa6f15714157484e21f57b4fb5007 (diff)
downloadllvm-a4de84604a4f93a45154f18f72b2043d2cac6914.zip
llvm-a4de84604a4f93a45154f18f72b2043d2cac6914.tar.gz
llvm-a4de84604a4f93a45154f18f72b2043d2cac6914.tar.bz2
Fix the clang-cl self-host with VS 2013 headers
std::numeric_limits<int64_t>::max() is not constexpr in VC 2013 headers, and Clang complains that it isn't. MSVC 2013 itself is emitting a dynamic initializer for this thing. Instead, use an enum. llvm-svn: 276334
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp')
0 files changed, 0 insertions, 0 deletions