================
@@ -2585,7 +2585,7 @@ getAMDGPUCodeObjectArgument(const Driver &D, const 
llvm::opt::ArgList &Args) {
 void tools::checkAMDGPUCodeObjectVersion(const Driver &D,
                                          const llvm::opt::ArgList &Args) {
   const unsigned MinCodeObjVer = 4;
-  const unsigned MaxCodeObjVer = 5;
+  const unsigned MaxCodeObjVer = 6;
----------------
Pierre-vh wrote:

I'm wondering if we should print a warning when V6 is enabled (either here or 
in the backend) to note that it's in development and not ready yet? Something 
like "code object v6 is still experimental and not ready for production use"


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

Reply via email to