[Mlir-commits] [clang] [flang] [llvm] [mlir] [polly] [CMake][LLVM] Add PCH infrastructure and LLVMSupport PCH (PR #176420)
Nikita Popov
llvmlistbot at llvm.org
Mon Jan 26 02:20:04 PST 2026
================
@@ -1,5 +1,8 @@
set(CMAKE_CXX_FLAGS ${CXX_FLAGS_NOFUZZ})
add_clang_executable(clang-fuzzer-dictionary
dictionary.c
+
+ # No C++ files, prevent CMake error.
+ DISABLE_PCH_REUSE
----------------
nikic wrote:
I wonder whether this is something we can detect and handle automatically?
https://github.com/llvm/llvm-project/pull/176420
More information about the Mlir-commits
mailing list