diff options
author | Eric Fiselier <eric@efcs.ca> | 2019-05-29 02:33:11 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2019-05-29 02:33:11 +0000 |
commit | 360ead76480adf7bd7dcef22944e2acc2cc72720 (patch) | |
tree | 9b5f48519d6adbcd38fb9bdb9bac5171873aa056 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 99e040b3c903a060f0e4f01b817e7c09af5429e9 (diff) | |
download | llvm-360ead76480adf7bd7dcef22944e2acc2cc72720.zip llvm-360ead76480adf7bd7dcef22944e2acc2cc72720.tar.gz llvm-360ead76480adf7bd7dcef22944e2acc2cc72720.tar.bz2 |
Update private_typeinfo's `is_equal` implementation after r361913
The libc++ typeinfo implementation is being improved to better
handle non-merged type names.
This patch takes advantage of that more correct behavior by delegating
to std::type_infos default operator== instead of doing pointer equality
ourselves.
However, libc++ still expects unique RTTI by default, and so we
should still fall back to strcmp when explicitly requested.
llvm-svn: 361916
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions