[PATCH] D87011: [DebugInfo] Add the -dwarf64 switch to llc and other internal tools (4/19).

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 06:22:18 PDT 2020


ikudrin created this revision.
ikudrin added reviewers: dblaikie, jhenderson, probinson, aprantl.
ikudrin added projects: LLVM, debug-info.
Herald added subscribers: ormris, hiraditya.
ikudrin requested review of this revision.

The patch adds a switch to enable emitting debug info in the 64-bit DWARF format. Most emitter for sections will be updated in the subsequent patches, whereas for `.debug_line` and `.debug_frame` the emitters are in the `MC` library, which is already updated.

      

For now, the switch is enabled only for 64-bit ELF targets.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87011

Files:
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/test/DebugInfo/X86/debug-frame-dwarf64.ll
  llvm/test/DebugInfo/X86/debug-line-dwarf64.ll
  llvm/test/DebugInfo/X86/dwarf64-support.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87011.289414.patch
Type: text/x-patch
Size: 6157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200902/90bc7e17/attachment.bin>


More information about the llvm-commits mailing list