================
@@ -5279,6 +5281,21 @@ void ASTWriter::WriteDeclsWithEffectsToVerify(Sema 
&SemaRef) {
   Stream.EmitRecord(DECLS_WITH_EFFECTS_TO_VERIFY, Record);
 }
 
+/// Write the OpenMP 'requires' directives seen in this translation unit.
+void ASTWriter::WriteOpenMPRequiresDecls(Sema &SemaRef) {
+  if (!SemaRef.getLangOpts().OpenMP)
+    return;
----------------
alexey-bataev wrote:

```suggestion
```
You can safely drop this

https://github.com/llvm/llvm-project/pull/220058
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to