aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Frontend
diff options
context:
space:
mode:
authorKajetan Puchalski <kajetan.puchalski@arm.com>2025-04-08 13:47:25 +0100
committerGitHub <noreply@github.com>2025-04-08 13:47:25 +0100
commit7e1b76c2d7e272541ed40df6ce7a15e5cb51d407 (patch)
treea88b26d5c0199be2176ef3c653351b22cd4c4ace /flang/lib/Frontend
parent728320f9468ae8f6318f8f36ce675705d5805149 (diff)
downloadllvm-7e1b76c2d7e272541ed40df6ce7a15e5cb51d407.zip
llvm-7e1b76c2d7e272541ed40df6ce7a15e5cb51d407.tar.gz
llvm-7e1b76c2d7e272541ed40df6ce7a15e5cb51d407.tar.bz2
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.
Diffstat (limited to 'flang/lib/Frontend')
-rw-r--r--flang/lib/Frontend/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/flang/lib/Frontend/CMakeLists.txt b/flang/lib/Frontend/CMakeLists.txt
index e8a0986..c803737 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"]]
-)