MaskRay wrote:

Hi, I believe this patch introduced a library layering issue.
https://llvm.org/docs/CodingStandards.html#library-layering

Since clangFrontend depends on clangInstallAPI, clangInstallAPI cannot include 
include/clang/Frontend header files.
CMake doesn't have good support for detecting library layering issues, but the 
unofficial build system Bazel can be used:

```sh
cd utils/bazel/llvm-project-overlay
bazel-6.3.2 build --config=generic_clang @llvm-project//clang
```

https://github.com/llvm/llvm-project/pull/82552
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to