================
@@ -787,6 +787,9 @@ void Flang::ConstructJob(Compilation &C, const JobAction 
&JA,
 
       if (Args.hasArg(options::OPT_fopenmp_force_usm))
         CmdArgs.push_back("-fopenmp-force-usm");
+      // TODO: OpenMP support isn't "done" yet, so for now we warn that it
+      // is experimental.
+      D.Diag(diag::warn_openmp_experimental);
----------------
everythingfunctional wrote:

While I was slightly hesitant to add a test for a temporary warning, I've done 
so. If anyone else thinks it doesn't belong I'll undo it.

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

Reply via email to