[PATCH] D85802: [clang] Add -fc++-abi= flag for specifying which C++ ABI to use
Roland McGrath via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 17 11:33:47 PDT 2022
mcgrathr added a comment.
The C++ ABI is not part of the Fuchsia system ABI, nor what we call the "Fuchsia compiler ABI". Different users of C++ are free to use whatever C++ ABI they like. Only the backend ABI independent of language-specific issues is necessary to interoperate with other code on Fuchsia.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85802/new/
https://reviews.llvm.org/D85802
More information about the cfe-commits
mailing list