[llvm-branch-commits] [clang] [Multilib] Add -fmultilib-flag command-line option (PR #110658)

Simon Tatham via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Oct 29 05:01:49 PDT 2024


================
@@ -196,6 +196,16 @@ bool ToolChain::defaultToIEEELongDouble() const {
   return PPC_LINUX_DEFAULT_IEEELONGDOUBLE && getTriple().isOSLinux();
 }
 
+static void
+processARMAArch64MultilibCustomFlags(Multilib::flags_list &List,
----------------
statham-arm wrote:

Is this system intended to be permanently specific to Arm and AArch64? I don't really see why it should be: the need to build libraries distinguished by a configuration option that isn't a standard compile flag is certainly not specific to Arm. Perhaps this should just be called `processMultilibCustomFlags`?

https://github.com/llvm/llvm-project/pull/110658


More information about the llvm-branch-commits mailing list