[Openmp-commits] [clang] [flang] [llvm] [openmp] [flang][driver] rename flang-new to flang (PR #110023)
Brad Richardson via Openmp-commits
openmp-commits at lists.llvm.org
Fri Oct 4 07:57:42 PDT 2024
================
@@ -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
More information about the Openmp-commits
mailing list