[flang-commits] [flang] d447304 - Revert "[Flang][Parser] Add missing dependencies to CMakeLists.txt (#77483)"

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Thu Jan 11 13:09:01 PST 2024


Author: Krzysztof Parzyszek
Date: 2024-01-11T15:04:26-06:00
New Revision: d447304768221b2ebd2dcf60b37c93fbf29d9129

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

LOG: Revert "[Flang][Parser] Add missing dependencies to CMakeLists.txt (#77483)"

This reverts commit cc53ec82ea6df6e7602510fa1bf5b8a991b3bc39.

This commit hasn't accomplished anything. The original issue was that
`DumpTree`, when called from lowering, caused linker errors due to some
directive-naming functions being absent. Adding FrontendOpenMP to the
parser library didn't fix that problem, and according to the notes in
PR #77483, calling `DumpTree` from lowering isn't really supported.

Added: 
    

Modified: 
    flang/lib/Parser/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/flang/lib/Parser/CMakeLists.txt b/flang/lib/Parser/CMakeLists.txt
index d364671d7a3229..600a2f67df4431 100644
--- a/flang/lib/Parser/CMakeLists.txt
+++ b/flang/lib/Parser/CMakeLists.txt
@@ -30,7 +30,6 @@ add_flang_library(FortranParser
   LINK_COMPONENTS
   Support
   FrontendOpenACC
-  FrontendOpenMP
 
   DEPENDS
   omp_gen


        


More information about the flang-commits mailing list