[PATCH] D99400: [debug-info] support new tuning debugger type DBX for XCOFF DWARF

ChenZheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 26 01:08:57 PDT 2021


shchenz created this revision.
Herald added subscribers: jansvoboda11, dexonsmith, dang.
shchenz requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.

add new tuning debugger type DBX for XCOFF DWARF.

Based on this debugger type, we plan to:
1: use inline string by default for XCOFF DWARF
2: generate no column info for debug line table.
3: may need to add a new DWARF flag/option, like strict DWARF to make sure DWARF info is generated under the correct DWARF version. See https://reviews.llvm.org/D99250


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99400

Files:
  clang/docs/UsersManual.rst
  clang/include/clang/Basic/CodeGenOptions.def
  clang/include/clang/Driver/Options.td
  clang/lib/Driver/ToolChains/AIX.h
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/lib/Driver/ToolChains/CommonArgs.cpp
  clang/test/Driver/debug-options.c
  llvm/include/llvm/Target/TargetOptions.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99400.333505.patch
Type: text/x-patch
Size: 6867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210326/8b3fc971/attachment.bin>


More information about the cfe-commits mailing list