[PATCH] D82659: Fix missing build dependency on omp_gen.
    Michele Scandale via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul  8 12:18:07 PDT 2020
    
    
  
michele.scandale added a comment.
Uhm.. it looks like it is not needed anymore. In the `LLVMConfig.cmake` that will be installed a `intrinsics_gen` and `omp_gen` custom targets are created for exactly the purpose of allowing out-of-tree or standalone builds to freely depend on them.
The Clang code where `intrinsics_gen` is conditionally added as a dependency is from 2014, while the change in `LLVMConfig.cmake.in` is from 2017.
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