We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078ab71 commit 4c5b3ceCopy full SHA for 4c5b3ce
flang/lib/Lower/OpenMP/OpenMP.cpp
@@ -413,6 +413,9 @@ extractOmpDirective(const parser::OpenMPConstruct &ompConstruct) {
413
[](const parser::OpenMPCancellationPointConstruct &c) {
414
return llvm::omp::OMPD_cancellation_point;
415
},
416
+ [](const parser::OmpMetadirectiveDirective &c) {
417
+ return llvm::omp::OMPD_metadirective;
418
+ },
419
[](const parser::OpenMPDepobjConstruct &c) {
420
return llvm::omp::OMPD_depobj;
421
}},
0 commit comments