This is an archive of the discontinued LLVM Phabricator instance.

[debug-info][XCOFF] set `-gno-column-info` by default for DBX
ClosedPublic

Authored by shchenz on Mar 31 2021, 9:56 PM.

Details

Summary

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

Diff Detail

Event Timeline

shchenz requested review of this revision.Mar 31 2021, 9:56 PM
shchenz created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2021, 9:56 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
dblaikie accepted this revision.Apr 1 2021, 12:52 PM

Sounds good to me

clang/lib/Driver/ToolChains/Clang.cpp
3976
This revision is now accepted and ready to land.Apr 1 2021, 12:52 PM
shchenz added inline comments.Apr 1 2021, 6:31 PM
clang/lib/Driver/ToolChains/Clang.cpp
3976

oops. Will fix in the commit.