================
@@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
