[PATCH] D85802: [clang] Add -fc++-abi= flag for specifying which C++ ABI to use
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 21 00:20:07 PDT 2021
jansvoboda11 added inline comments.
================
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:3523
+ else
+ Opts.CXXABI = TargetCXXABI::getKind(CXXABI);
+ }
----------------
The original command-line arguments must be generated from this in `GenerateLangArgs`. See https://clang.llvm.org/docs/InternalsManual.html#compiler-invocation for more details.
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