[PATCH] D58028: Always compare C++ typeinfo (based on libstdc++ implementation).
Martin Liška via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 19 03:45:19 PST 2019
marxin added a comment.
In D58028#1398872 <https://reviews.llvm.org/D58028#1398872>, @Bigcheese wrote:
> I do not believe this change is correct for MacOS or iOS. The original bug does not reproduce on MacOS, and on arm64 iOS you always need to compare strings. Could you preserve the existing behavior for those platforms?
I can if you want. Have you tested that on MacOS or iOS with:
-stdlib=libstdc++
?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58028/new/
https://reviews.llvm.org/D58028
More information about the llvm-commits
mailing list