[all-commits] [llvm/llvm-project] bfcd21: [debug-info] support new tuning debugger type DBX ...
Chen Zheng via All-commits
all-commits at lists.llvm.org
Wed Mar 31 21:11:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfcd21876adc3498065e4da92799f613e730d475
https://github.com/llvm/llvm-project/commit/bfcd21876adc3498065e4da92799f613e730d475
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M clang/docs/UsersManual.rst
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/AIX.h
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/test/Driver/debug-options.c
M llvm/include/llvm/Target/TargetOptions.h
Log Message:
-----------
[debug-info] support new tuning debugger type DBX for XCOFF DWARF
Based on this debugger type, for now, we plan to:
1: use inline string by default for XCOFF DWARF
2: generate no column info for debug line table.
Reviewed By: aprantl
Differential Revision: https://reviews.llvm.org/D99400
More information about the All-commits
mailing list