[flang-commits] [clang] [flang] [llvm] Enable seq_cst Clause for flush Directive in OpenMP (PR #114072)
    Kiran Chandramohan via flang-commits 
    flang-commits at lists.llvm.org
       
    Mon Nov  4 06:10:07 PST 2024
    
    
  
================
@@ -28,6 +29,7 @@ T tmain(T argc) {
 int main() {
   static int 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
    
    
More information about the flang-commits
mailing list