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

ChenZheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 1 18:31:51 PDT 2021


shchenz added inline comments.


================
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.
----------------
dblaikie wrote:
> 
oops. Will fix in the commit.


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