[flang-commits] [flang] [flang][NFC] Refactor to remove .inc file containing shared code (PR #109874)

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Tue Sep 24 18:56:03 PDT 2024


================
@@ -34,8 +34,8 @@ if(FLANG_VENDOR)
     PROPERTIES COMPILE_DEFINITIONS "FLANG_VENDOR=\"${FLANG_VENDOR} \"")
 endif()
 
-
 add_flang_library(FortranCommon
+  CommandLineOpts.cpp
----------------
vzakhari wrote:

It does not feel like it belongs to `FortranCommon`.  Can we put it into the same component library as `Pipelines.cpp`?

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


More information about the flang-commits mailing list