================
@@ -378,6 +374,8 @@ ToolChain::getMultilibFlags(const llvm::opt::ArgList &Args) 
const {
     break;
   }
 
+  processMultilibCustomFlags(Result, Args);
----------------
smithp35 wrote:

This will extend support for -fmultilib-flag to all targets supported by  the 
bare-metal driver and not just Arm, AArch64 and RISCV.

I don't think this is necessarily a bad thing, but we should update the 
description and title to say extend support to all targets.

https://github.com/llvm/llvm-project/pull/182220
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to