[PATCH] D58028: Always compare C++ typeinfo (based on libstdc++ implementation).

Michael Spencer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 10:31:10 PST 2019


Bigcheese added a comment.

In D58028#1402149 <https://reviews.llvm.org/D58028#1402149>, @marxin wrote:

> I can if you want. Have you tested that on MacOS or iOS with:
>
>   -stdlib=libstdc++
>
>
> ?


I have not, but this behavior depends on how clang emits the symbols and how the platform dynamic linker works, not on the standard library.  We do not use libstdc++, so this needs to be correct for other implementations too.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58028/new/

https://reviews.llvm.org/D58028





More information about the llvm-commits mailing list