All supported compilers implement builtin_addressof. Even MSVC implements
addressof as a simple call to builtin_addressof, so it would work if we
were to port libc++ to that compiler.
Details
Details
- Reviewers
• Quuxplusone - Group Reviewers
Restricted Project - Commits
- rG7c81024a06d6: [libc++] Remove workarounds for missing __builtin_addressof
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo