[PATCH] D102030: [clang][Fuchsia] Introduce compat multilibs
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 6 16:09:05 PDT 2021
phosek added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Fuchsia.cpp:249-250
+ .flag("+fc++-abi=itanium")
+ .flag("-fexceptions")
+ .flag("+fno-exceptions"));
----------------
We should probably build the `compat` multilib with exceptions to maximize compatibility.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102030/new/
https://reviews.llvm.org/D102030
More information about the cfe-commits
mailing list