diff options
| author | Pavel Labath <pavel@labath.sk> | 2019-08-26 12:42:32 +0000 |
|---|---|---|
| committer | Pavel Labath <pavel@labath.sk> | 2019-08-26 12:42:32 +0000 |
| commit | f899bf135fc5b7bb030b90da686d9d89bb97d18f (patch) | |
| tree | ff52b4ba6972859d0823ab06001234924e9cf912 /lldb/packages/Python/lldbsuite/test/configuration.py | |
| parent | 27f56c1200aa78e3b651cb8ff913b7b727211d8d (diff) | |
| download | llvm-f899bf135fc5b7bb030b90da686d9d89bb97d18f.zip llvm-f899bf135fc5b7bb030b90da686d9d89bb97d18f.tar.gz llvm-f899bf135fc5b7bb030b90da686d9d89bb97d18f.tar.bz2 | |
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/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions
