[flang-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [clang] Refactor option-related code from clangDriver into new clangOptions library (PR #163659)
Naveen Seth Hanig via flang-commits
flang-commits at lists.llvm.org
Wed Nov 5 04:26:58 PST 2025
================
@@ -27,7 +27,6 @@
#include "clang/Basic/XRayInstr.h"
#include "clang/Config/config.h"
#include "clang/Driver/Driver.h"
----------------
naveen-seth wrote:
This is currently done in the follow up #165277, where the dependency on Driver gets dropped entirely ([here](https://github.com/naveen-seth/llvm-project/blob/080ace200ed7df3d72a33640207b854ce1f228f5/clang/include/clang/Driver/Driver.h#L421)).
Right now, it has been moved into Driver though. Should I still move it into the new options library instead?
https://github.com/llvm/llvm-project/pull/163659
More information about the flang-commits
mailing list