[flang-commits] [flang] [llvm] [Flang][OMP]Add support for DECLARE MAPPER parsing and semantics (PR #115160)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Tue Nov 12 04:06:41 PST 2024


================
@@ -1605,6 +1609,26 @@ void OmpVisitor::Post(const parser::OpenMPBlockConstruct &x) {
   }
 }
 
+bool OmpVisitor::Pre(const parser::OpenMPDeclareMapperConstruct &x) {
----------------
kiranchandramohan wrote:

I don't see a debug-dump-symbols test (`%flang_fc1 -fopenmp -fdebug-dump-symbols -o - %s 2>&1 | FileCheck %s`) or an unparse with symbols test (`! RUN: %python %S/../test_symbols.py %s %flang_fc1 -fopenmp`).

https://github.com/llvm/llvm-project/pull/115160


More information about the flang-commits mailing list