diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-04-13 01:02:41 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-04-13 01:02:41 +0000 |
commit | b3f57425512f04f94ea520d07a7141109303e020 (patch) | |
tree | a8838e713101e154f3c421869743641b33f50331 /llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | |
parent | 7f72033e1cde7a3a76da8c79634dfb7bf4919b54 (diff) | |
download | bcm5719-llvm-b3f57425512f04f94ea520d07a7141109303e020.tar.gz bcm5719-llvm-b3f57425512f04f94ea520d07a7141109303e020.zip |
Fix more bad member swap definitions in unordered_map.
The __unordered_map_equal and __unordered_map_hash wrappers
attempt to swap const qualified predicates whenever the predicate
is empty, and is subject to the EBO.
Swapping const values seems blatently incorrect. This patch removes
the const qualifier so the values are swapped as non-const.
llvm-svn: 300154
Diffstat (limited to 'llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp')
0 files changed, 0 insertions, 0 deletions