[PATCH] D93668: [clang] Override the Fuchsia platform ABI using the triple environment

Roland McGrath via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 21 17:30:24 PST 2021


mcgrathr added a comment.

I am also a C++ programmer working on C++ ABI support.  I'm glad to be working on a platform that made many intentional design decisions to enable keeping the C++ ABI out of the platform ABI.  It makes it vastly easier to do interesting work on C++ ABIs such as what Leo is doing.  It also makes it significantly easier to do interesting work on platform ABIs, which I also do.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93668/new/

https://reviews.llvm.org/D93668



More information about the cfe-commits mailing list