[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
Wed Jan 20 13:18:39 PST 2021


mcgrathr added a comment.

The Fuchsia platform ABI includes the SS & SCS ABI.  There is no compatibility issue with those.  PIC-friendly optimizations are purely an optimization and correctness issue for any PIC/PIE code, and is not an ABI issue.
The only thing where we have an incompatible difference in ABI between our compiler environments is the C++ ABI.


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