================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to