[flang-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [clang] Refactor option-related code from clangDriver into new clangOptions library (PR #163659)
Jan Svoboda via flang-commits
flang-commits at lists.llvm.org
Tue Nov 4 08:24:51 PST 2025
================
@@ -27,7 +27,6 @@
#include "clang/Basic/XRayInstr.h"
#include "clang/Config/config.h"
#include "clang/Driver/Driver.h"
----------------
jansvoboda11 wrote:
I'd expect `CompilerInvocation` to drop the dependency on `Driver` entirely. I suspect the only reason this patch doesn't do that is the call to `Driver::GetResourcesPath()`? Could this be moved into the new options library too? (If so, let's do it as a follow-up.)
https://github.com/llvm/llvm-project/pull/163659
More information about the flang-commits
mailing list