[Mlir-commits] [clang] [flang] [lldb] [llvm] [mlir] [cmake] Fix clang-cl PCH mismatches in static builds (PR #191552)

Alexandre Ganea llvmlistbot at llvm.org
Tue Apr 14 06:38:00 PDT 2026


aganea wrote:

> If I understand #145406 correctly, the per-target LLVM_BUILD_STATIC definition (and by similarity probably also for Clang?) is only temporary and should actually be removed. Would this be a feasible direction? Ultimately, the goal should be to reduce the number of macro combinations with which we build LLVM.

Yes that's the right direction but I simply wanted to fix the static builds for now. I think implementing #145406 would be a more involved change.

https://github.com/llvm/llvm-project/pull/191552


More information about the Mlir-commits mailing list