probinson added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:4374
+                              ? llvm::DebuggerKind::Default
+                              : DebuggerTuning);
 
----------------
Seems like you should be able to return `DebuggerKind::Default` from 
`getDefaultDebuggerTuning` then you wouldn't need this complication?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136187

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

Reply via email to