The AIX linker does not merge typeinfos when shared libraries are involved, which causes address comparison to fail although the types are the same. This patch changes to use the non-unique implementation for typeinfo comparison for AIX.
Details
Details
- Reviewers
ldionne Mordante cebowleratibm hubert.reinterpretcast daltenty philnik - Group Reviewers
Restricted Project - Commits
- rGaeb1c98f4c10: [libc++][AIX] Use non-unique implementation for typeinfo comparison
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo