summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-08-26 12:42:32 +0000
committerPavel Labath <pavel@labath.sk>2019-08-26 12:42:32 +0000
commitf899bf135fc5b7bb030b90da686d9d89bb97d18f (patch)
treeff52b4ba6972859d0823ab06001234924e9cf912 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
parent27f56c1200aa78e3b651cb8ff913b7b727211d8d (diff)
downloadbcm5719-llvm-f899bf135fc5b7bb030b90da686d9d89bb97d18f.tar.gz
bcm5719-llvm-f899bf135fc5b7bb030b90da686d9d89bb97d18f.zip
Fix windows build after r369894
Constructing a std::vector from a llvm::map_range fails on windows, apparently because std::vector expects the input iterator to have a const operator* (map_range iterator has a non-const one). This avoids the cleverness and unrolls the map-loop manually (which is also slightly shorter). llvm-svn: 369905
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud