[PATCH] D141581: [build] Fix stand-alone builds of clang.

Francesco Petrogalli via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 23 10:42:45 PST 2023


fpetrogalli added inline comments.


================
Comment at: clang/lib/Basic/CMakeLists.txt:113
   omp_gen
-  RISCVTargetParserTableGen
   )
----------------
tstellar wrote:
> Doesn't this break the monorepo (non-standalone) build?  If the  monorepo build still works with this, then you don't need the changes to llvm/cmake/modules/LLVMConfig.cmake.in
This configuration built without problems on my machine.

```
cmake ../llvm-project/llvm -DLLVM_ENABLE_PROJECTS=clang -DCMAKE_BUILD_TYPE=Release -G Ninja
```


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141581



More information about the cfe-commits mailing list