diff options
author | Reid Kleckner <rnk@google.com> | 2016-07-21 21:06:04 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-07-21 21:06:04 +0000 |
commit | a4de84604a4f93a45154f18f72b2043d2cac6914 (patch) | |
tree | 3ed035f9833058d26c14827c203c0481b9dafc42 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h | |
parent | 283d8df277dfa6f15714157484e21f57b4fb5007 (diff) | |
download | llvm-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/ProcessGDBRemoteLog.h')
0 files changed, 0 insertions, 0 deletions