[Mlir-commits] [clang] [flang] [llvm] [mlir] [polly] [CMake][LLVM] Add PCH infrastructure and LLVMSupport PCH (PR #176420)
Aaron Ballman
llvmlistbot at llvm.org
Fri Feb 20 06:53:53 PST 2026
AaronBallman wrote:
> @AaronBallman Could you try adding `set_source_files_properties(ConstantFolding.cpp PROPERTIES SKIP_PRECOMPILE_HEADERS ON)` in llvm/lib/Analysis/CMakeLists.txt:32 (after the /fp flag is set) and see whether this fixes the problem?
I tried that out and it seems to resolve the issue for me -- I get no warnings with a full rebuild.
https://github.com/llvm/llvm-project/pull/176420
More information about the Mlir-commits
mailing list