@@ -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"
#inclu
npanchen 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
https://github.com/llvm/llvm-project/pull/163659
___
lldb-com