kazutakahirata wrote: The build bots seem to be complaining about the same spot:
``` flang/lib/Frontend/TextDiagnosticPrinter.cpp:42:29: error: call to non-static member function without an object argument clang::DiagnosticIDs::getWarningOptionForDiag(info.getID()); ``` Maybe you need to update the call to `getWarningOptionForDiag`? https://github.com/llvm/llvm-project/pull/70976 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits