summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lldbDataFormatters.py
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2016-05-11 20:46:22 +0000
committerTeresa Johnson <tejohnson@google.com>2016-05-11 20:46:22 +0000
commite518c800f6ec46ad25aade3f964718dbb7c2ec50 (patch)
tree5e1da2e114025b985048dc5aaed50d1042e3b753 /llvm/utils/lldbDataFormatters.py
parentc2bebe9acab26b5af209f11b3ee978966feab491 (diff)
downloadbcm5719-llvm-e518c800f6ec46ad25aade3f964718dbb7c2ec50.tar.gz
bcm5719-llvm-e518c800f6ec46ad25aade3f964718dbb7c2ec50.zip
[ThinLTO] Fix Windows debug failure in new iterator
This fixes a debug assert on Windows from the new iterator implementation added in r269059. The Windows std::vector iterator operator== checks in debug mode that the containers being iterated over are the same, which they may not be. Fixed by checking that we are iterating over the same container before comparing the container iterators. llvm-svn: 269232
Diffstat (limited to 'llvm/utils/lldbDataFormatters.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud