Jac1494 marked an inline comment as done. Jac1494 added inline comments.
================ Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:4598 + if (!(DebugKind == clang::codegenoptions::FullDebugInfo)) + return; ---------------- aprantl wrote: > nit: > > ``` > if (DebugKind < clang::codegenoptions::FullDebugInfo) > return > > ``` @aprantl thanks for suggestion , change is updated. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D71451/new/ https://reviews.llvm.org/D71451 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits