This test doesn't fail in mingw mode (which uses the same Itanium
name mangling and ABI as other platforms).
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rGf5ee1acc62d5: [libcxx] [test] Convert an XFAIL: LIBCXX-WINDOWS-FIXME into XFAIL: msvc with…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp | ||
---|---|---|
11–12 | Isn't that a bug we need to fix? |
libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp | ||
---|---|---|
11–12 | AFAIK this is not something that “we” as in libc++ can fix, it’s a property of the msvc C++ ABI. |
Isn't that a bug we need to fix?