[PATCH] D25435: Generate more debug info in -gmlt

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 13:04:02 PDT 2016


probinson added inline comments.


================
Comment at: lib/CodeGen/CGDebugInfo.cpp:2703
   // debug is set to more than just line tables.
-  if (LinkageName == Name || (!CGM.getCodeGenOpts().EmitGcovArcs &&
-                              !CGM.getCodeGenOpts().EmitGcovNotes &&
-                              DebugKind <= codegenoptions::DebugLineTablesOnly))
+  if (LinkageName == Name)
     LinkageName = StringRef();
----------------
Need to update the comment to match how the code changed.


https://reviews.llvm.org/D25435





More information about the llvm-commits mailing list