[PATCH] D93668: [clang] Add -ffuchsia-c++-abi flag to explicitly use the Fuchsia C++ ABI
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 6 11:21:41 PST 2021
rnk added a comment.
Generally makes sense, but I had a concern.
================
Comment at: clang/include/clang/Basic/LangOptions.h:333
+ /// the -ffuchsia-c++-abi flag.
+ bool UseFuchsiaCXXABI;
+
----------------
Why isn't this part of the LangOptions.def xmacro list?
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