================ @@ -15,11 +15,11 @@ #include "clang/Driver/Action.h" #include "clang/Driver/DriverDiagnostic.h" #include "clang/Driver/InputInfo.h" -#include "clang/Driver/Options.h" #include "clang/Driver/Phases.h" #include "clang/Driver/ToolChain.h" #include "clang/Driver/Types.h" #include "clang/Driver/Util.h" +#include "clang/Options/Options.h" #include "llvm/ADT/ArrayRef.h" ---------------- naveen-seth wrote:
> @naveen-seth there's still a reference to `Options.h` in > https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Driver/Driver.h#L22 > that makes clang unbuildable. Hmm this is odd. Looking at the git diff here, it should have been removed. Also looking at the revision which landed in the main branch, I can't find any `#include/Driver/Options.h`. https://github.com/llvm/llvm-project/blob/9a783b63e647d95e001f55464a9bc7fa0c3929c3/clang/include/clang/Driver/Driver.h#L19-L25 The pre-commit CI and my local builds (with `BUILD_SHARED_LIBS=ON`) also went through fine without hitting any related errors. Looking at the post commit CI, I also didn't find the corresponding error. @npanchen can you point me to where you are seeing the failure? https://github.com/llvm/llvm-project/pull/163659 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
