================
@@ -3125,6 +3125,8 @@ void tools::addMCModel(const Driver &D, const 
llvm::opt::ArgList &Args,
       else if (CM == "medany")
         CM = "large";
       Ok = CM == "small" || CM == "medium" || CM == "large";
+    } else if (Triple.getArch() == llvm::Triple::lanai) {
----------------
jpienaar wrote:

I was wondering if there is an ordering here, but I can't really see one, so at 
end SG,

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

Reply via email to