[Mlir-commits] [clang] [flang] [llvm] [mlir] [polly] [CMake][LLVM] Add PCH infrastructure and LLVMSupport PCH (PR #176420)
Maksim Levental
llvmlistbot at llvm.org
Fri Jan 16 11:27:59 PST 2026
================
@@ -13,6 +13,14 @@ add_flang_library(flangFrontend
TextDiagnosticBuffer.cpp
TextDiagnostic.cpp
+ DISABLE_PCH_REUSE
+ PRECOMPILE_HEADERS
+ [["flang/Parser/parsing.h"]]
+ [["flang/Parser/parse-tree.h"]]
+ [["flang/Parser/dump-parse-tree.h"]]
+ [["flang/Lower/PFTBuilder.h"]]
+ [["flang/Lower/Bridge.h"]]
----------------
makslevental wrote:
TIL about bracket syntax in CMake - thanks!
https://github.com/llvm/llvm-project/pull/176420
More information about the Mlir-commits
mailing list