[all-commits] [llvm/llvm-project] f026e1: [debug-info][XCOFF] set `-gno-column-info` by defa...

Chen Zheng via All-commits all-commits at lists.llvm.org
Thu Apr 1 18:29:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f026e1f5205562aad32e3d78b75140798b0dd60a
      https://github.com/llvm/llvm-project/commit/f026e1f5205562aad32e3d78b75140798b0dd60a
  Author: Chen Zheng <czhengsz at cn.ibm.com>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/debug-options.c

  Log Message:
  -----------
  [debug-info][XCOFF] set `-gno-column-info` by default for DBX

For DBX, it does not handle column info well. Set -gno-column-info
by default for DBX.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D99703




More information about the All-commits mailing list