================
@@ -17,6 +17,7 @@ template <class T>
T tmain(T argc) {
static T a;
#pragma omp flush
+#pragma omp flush seq_cst
----------------
kiranchandramohan wrote:We need a CHECK line corresponding to this new entry. https://github.com/llvm/llvm-project/pull/114072 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
