[PATCH] D91944: OpenMP 5.0 metadirective

Chi Chun Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 15:29:34 PST 2021


cchen added a comment.

@alokmishra.besu, I'm trying to play/learn with your patch so I downloaded the diff and apply it to the master branch, however, I'm getting error messages everywhere if `llvm::omp::OMPD_metadirective` appears:

  llvm-project/clang/include/clang/AST/StmtOpenMP.h:384:43: error: no member named 'OMPD_metadirective' in namespace 'llvm::omp'
                                 llvm::omp::OMPD_metadirective, SourceLocation(),
                                 ~~~~~~~~~~~^

Do you know why this is happening? (I've also tried clean build it but still get the error msg) Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91944/new/

https://reviews.llvm.org/D91944



More information about the llvm-commits mailing list