It is a modified version of the Itanium ABI. The only change is that
constructors and destructors return 'this'.
Details
Details
- Reviewers
leonardchan - Commits
- rG9c3f9b9c12b0: [Clang] Define Fuchsia C++ABI
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Could you add a test to show that with a fuchsia target we end up returning this from constructors + destructors and ensure that this ABI is used?