[flang-commits] [flang] Revert "[flang] Use precompiled parsing headers" (PR #134851)

via flang-commits flang-commits at lists.llvm.org
Tue Apr 8 05:46:53 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-flang-driver

Author: Kajetan Puchalski (mrkajetanp)

<details>
<summary>Changes</summary>

Reverts llvm/llvm-project#<!-- -->130600

Reverting on account of Windows issues with ccache, will bring back along with #<!-- -->131137 once those are resolved.

---
Full diff: https://github.com/llvm/llvm-project/pull/134851.diff


1 Files Affected:

- (modified) flang/lib/Frontend/CMakeLists.txt (-8) 


``````````diff
diff --git a/flang/lib/Frontend/CMakeLists.txt b/flang/lib/Frontend/CMakeLists.txt
index e8a098613e26f..c80373799b015 100644
--- a/flang/lib/Frontend/CMakeLists.txt
+++ b/flang/lib/Frontend/CMakeLists.txt
@@ -72,11 +72,3 @@ add_flang_library(flangFrontend
   clangBasic
   clangDriver
 )
-
-target_precompile_headers(flangFrontend PRIVATE
-  [["flang/Parser/parsing.h"]]
-  [["flang/Parser/parse-tree.h"]]
-  [["flang/Parser/dump-parse-tree.h"]]
-  [["flang/Lower/PFTBuilder.h"]]
-  [["flang/Lower/Bridge.h"]]
-)

``````````

</details>


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


More information about the flang-commits mailing list