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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to