================
@@ -3655,8 +3661,7 @@ void Fortran::lower::genOpenMPDeclarativeConstruct(
     Fortran::lower::pft::Evaluation &eval,
     const Fortran::parser::OpenMPDeclarativeConstruct &omp) {
   genOMP(converter, eval, omp);
----------------
kparzysz wrote:

I made all `genOMP` functions have the same interface.  That required a small 
change in Bridge.cpp to pass two extra arguments, and in OpenMP.h to reflect 
the change in a function header.

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

Reply via email to