1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Bitcode
Teresa Johnson 8a23fb7cb0 [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
2016-05-11 20:46:22 +00:00
..
Reader Implement a safer bitcode upgrade for DISubprogram. 2016-05-06 22:53:06 +00:00
Writer [ThinLTO] Fix Windows debug failure in new iterator 2016-05-11 20:46:22 +00:00
CMakeLists.txt
LLVMBuild.txt