[PATCH] D102030: [clang][Fuchsia] Introduce compat multilibs

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 10 11:09:40 PDT 2021


phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang/lib/Driver/ToolChains/Fuchsia.cpp:245
                           .flag("+fno-exceptions"));
+  // Use the default Itanium C++ ABI.
+  Multilibs.push_back(Multilib("compat", {}, {}, 12).flag("+fc++-abi=itanium"));
----------------



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