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

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


Author: Kajetan Puchalski
Date: 2025-04-08T13:47:25+01:00
New Revision: 7e1b76c2d7e272541ed40df6ce7a15e5cb51d407

URL: https://github.com/llvm/llvm-project/commit/7e1b76c2d7e272541ed40df6ce7a15e5cb51d407
DIFF: https://github.com/llvm/llvm-project/commit/7e1b76c2d7e272541ed40df6ce7a15e5cb51d407.diff

LOG: Revert "[flang] Use precompiled parsing headers" (#134851)

Reverts llvm/llvm-project#130600

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

Added: 
    

Modified: 
    flang/lib/Frontend/CMakeLists.txt

Removed: 
    


################################################################################
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"]]
-)


        


More information about the flang-commits mailing list