[clang] [clang-tools-extra] [flang] [lldb] [llvm] [clang] Move options from clangDriver into new clangOptions library (NFC) (PR #163659)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 31 02:33:27 PDT 2025


================
@@ -56,7 +56,7 @@ using namespace lldb;
 using namespace lldb_private;
 
 #define OPTTABLE_STR_TABLE_CODE
-#include "clang/Driver/Options.inc"
+#include "clang/Options/Options.inc"
----------------
Endilll wrote:

Are you sure this can be changed without changes to the respective CMakeLists.txt?

https://github.com/llvm/llvm-project/pull/163659


More information about the cfe-commits mailing list