[PATCH] D82659: Fix missing build dependency on omp_gen.
    Valentin Clement via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul  8 06:13:40 PDT 2020
    
    
  
clementval added a comment.
In D82659#2138228 <https://reviews.llvm.org/D82659#2138228>, @michele.scandale wrote:
> 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.
Ok then your fix should work.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82659/new/
https://reviews.llvm.org/D82659
    
    
More information about the llvm-commits
mailing list