[PATCH] D82659: Fix missing build dependency on omp_gen.
Michele Scandale via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 7 23:20:53 PDT 2020
michele.scandale added a comment.
In D82659#2136999 <https://reviews.llvm.org/D82659#2136999>, @clementval wrote:
> Looks good but just one question ... When clang is built as standalone it does not build the OpenMP part inside Clang? I haven't seen any code to avoid compiling the OpenMP parsing and semantic checking inside clang.
I don't think there is a way to avoid compiling the OpenMP support in Clang. The standalone build is just building the content of the `clang` directory as a separate CMake project reusing the an already built LLVM -- therefore the `libLLVMFrontendOpenMP` as well as the `OMP.h.inc` would have been generated already.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82659/new/
https://reviews.llvm.org/D82659
More information about the cfe-commits
mailing list