[llvm-branch-commits] [flang] [llvm] [flang][OpenMP] Parse WHEN, OTHERWISE, MATCH clauses plus METADIRECTIVE (PR #121817)
Kiran Chandramohan via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jan 15 03:47:33 PST 2025
================
@@ -265,6 +265,7 @@ def OMPC_Map : Clause<"map"> {
let flangClass = "OmpMapClause";
}
def OMPC_Match : Clause<"match"> {
+ let flangClass = "OmpMatchClause";
----------------
kiranchandramohan wrote:
Is there a test for Match?
https://github.com/llvm/llvm-project/pull/121817
More information about the llvm-branch-commits
mailing list