[PATCH] D99703: [debug-info][XCOFF] set `-gno-column-info` by default for DBX

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 1 12:52:33 PDT 2021


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Sounds good to me



================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:3974
+  // Microsoft debuggers don't handle missing end columns well, and the AIX
+  // debugger DBX also doesn't handle the columns well, so it's bettre not to
+  // include any column info.
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99703



More information about the cfe-commits mailing list