dblaikie added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:3692
+          Args.getLastArg(options::OPT_flimit_debug_info_constructor), Args, 
D, TC) &&
+        DebugInfoKind == codegenoptions::LimitedDebugInfo)
+      DebugInfoKind = codegenoptions::DebugInfoConstructor;
----------------
akhuang wrote:
> dblaikie wrote:
> > I'm surprised that this flag would only apply if you were already using 
> > -flimit-debug-info but that looks like what this code does? (I'd probably 
> > expect these to override each other -flimit-debug-info 
> > -flimit-debug-info-constructor gets you constructor limited, the other way 
> > around gets the classic/pre-patch behavior? but once this becomes not a 
> > driver option anymore, that gets a bit murkier I guess)
> I did this assuming that DebugInfoKind was Limited by default, but looking at 
> it now I think I just didn't put it in the right place in the code. 
> 
> If this wasn't a driver option, then I guess it would just be 
> -debug-info-kind=constructor? 
> 
Yeah, if that works, simple enough!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72427/new/

https://reviews.llvm.org/D72427



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to