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

Juergen Ributzka via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 5 08:46:19 PST 2024


================
@@ -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(...)                                     \
----------------
ributzka wrote:

This is fixed now. I had to resolve a circular dependency between debug and codegen options for this to work.

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


More information about the cfe-commits mailing list