================ @@ -952,6 +954,9 @@ void Flang::ConstructJob(Compilation &C, const JobAction &JA, << A->getSpelling() << A->getValue(); break; } + } else { + Args.AddLastArg(CmdArgs, options::OPT_fopenmp_simd, ---------------- tarunprabhu wrote:
If I understand this correctly, `-fopenmp-simd` is effectively another way to enable OpenMP, just that it only enables the `simd` constructs. Is that correct? https://github.com/llvm/llvm-project/pull/150269 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits