[PATCH] D81736: [openmp] Base of tablegen generated OpenMP common declaration

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 22 11:49:34 PDT 2020


jdenny added a comment.

My cmake skills are lacking.  Why are there are so many new DEPENDS relationships where there were none before?  Is it because omp_gen is generating a header file that's included (indirectly) in all those places, where apparently that sort of dependency was unusual?

Have you tried building from a new, empty build directory on your local system?  Can you reproduce the CI fails without this fixup?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81736





More information about the llvm-commits mailing list