================
@@ -2823,3 +2823,84 @@ void tools::addOffloadCompressArgs(const 
llvm::opt::ArgList &TCArgs,
     CmdArgs.push_back(
         TCArgs.MakeArgString(Twine("-compression-level=") + Arg->getValue()));
 }
+
+void tools::addMCModel(const Driver &D, const llvm::opt::ArgList &Args,
----------------
banach-space wrote:

Is this taken verbatim from Clang? Would you mind documenting that in the 
summary?

https://github.com/llvm/llvm-project/pull/95411
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to