[PATCH] D81143: [MC] Add a command line option to generate DWARF64 debug info [1/7]
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 4 04:50:39 PDT 2020
ikudrin created this revision.
ikudrin added reviewers: dblaikie, jhenderson, aprantl, MaskRay, echristo, probinson.
ikudrin added projects: LLVM, debug-info.
Herald added subscribers: hiraditya, emaste.
Herald added a reviewer: espindola.
The patch adds an option `--dwarf64` to instruct a tool to generate debug information in the 64-bit DWARF format. There is no real implementation yet, only a few compatibility checks.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D81143
Files:
llvm/include/llvm/MC/MCContext.h
llvm/include/llvm/MC/MCTargetOptions.h
llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h
llvm/lib/MC/MCTargetOptions.cpp
llvm/lib/MC/MCTargetOptionsCommandFlags.cpp
llvm/test/MC/COFF/dwarf64-err.s
llvm/test/MC/ELF/dwarf64-err.s
llvm/tools/llvm-mc/llvm-mc.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81143.268423.patch
Type: text/x-patch
Size: 5853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200604/60c09f30/attachment.bin>
More information about the llvm-commits
mailing list