[lldb] [clang] [llvm] [clang] Split out DebugOptions.def into its own top-level options group. (PR #75530)

Jan Svoboda via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 15 12:18:26 PST 2023


================
@@ -1722,6 +1738,11 @@ bool CompilerInvocation::ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args,
 #include "clang/Driver/Options.inc"
 #undef CODEGEN_OPTION_WITH_MARSHALLING
 
+#define DEBUG_OPTION_WITH_MARSHALLING(...)                                     \
----------------
jansvoboda11 wrote:

I'd expect this to go into separate `ParseDebugArgs()` function (which is declared in the header but not defined).

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


More information about the cfe-commits mailing list