[flang-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [clang] Move options from clangDriver into new clangOptions library (NFC) (PR #163659)
Vlad Serebrennikov via flang-commits
flang-commits at lists.llvm.org
Fri Oct 31 02:33:27 PDT 2025
================
@@ -3,7 +3,7 @@ add_subdirectory(Basic)
if(CLANG_ENABLE_CIR)
add_subdirectory(CIR)
endif()
-add_subdirectory(Driver)
----------------
Endilll wrote:
Here you replace `add_subdirectory(Driver)` with `add_subdirectory(Options)`. I'd expect to see `add_subdirectory(Driver)` added somewhere else to compensate for that (because Driver has to appear in build graph), but I don't see it anywhere in this patch. Is this intentional?
https://github.com/llvm/llvm-project/pull/163659
More information about the flang-commits
mailing list