[PATCH] D102030: [clang][Fuchsia] Introduce compat multilibs
Leonard Chan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 6 16:12:38 PDT 2021
leonardchan marked an inline comment as done.
leonardchan added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Fuchsia.cpp:249-250
+ .flag("+fc++-abi=itanium")
+ .flag("-fexceptions")
+ .flag("+fno-exceptions"));
----------------
phosek wrote:
> We should probably build the `compat` multilib with exceptions to maximize compatibility.
Can do. So just have the `compat` multilib only then?
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