[PATCH] D117016: [flang][examples] Add missing CMake dependencies

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 11 06:21:34 PST 2022


awarzynski added a comment.

In D117016#3234201 <https://reviews.llvm.org/D117016#3234201>, @kiranchandramohan wrote:

> @awarzynski  What about `omp_gen`? Do you know why it is not explicitly required?

The dependency on `acc_gen` comes from this include: https://github.com/llvm/llvm-project/blob/main/flang/include/flang/Parser/parse-tree.h#L28

  #include "llvm/Frontend/OpenACC/ACC.h.inc"

There are no TableGen-generated OpenMP headers here. Are there any in other places? I might have missed something!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117016



More information about the llvm-commits mailing list