[PATCH] D96783: [Driver] Support -gdwarf64 for assembly files

Igor Kudrin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 16 06:40:12 PST 2021


ikudrin created this revision.
ikudrin added reviewers: ayermolo, dblaikie, aprantl, MaskRay.
ikudrin added projects: LLVM, clang, debug-info.
Herald added subscribers: jansvoboda11, dang.
ikudrin requested review of this revision.

The option was added in D90507 <https://reviews.llvm.org/D90507> for C/C++ source files. This patch adds support for assembly files.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96783

Files:
  clang/include/clang/Driver/Options.td
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/test/Driver/debug-options-as.c
  clang/test/Misc/cc1as-debug-format.s
  clang/tools/driver/cc1as_main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96783.323989.patch
Type: text/x-patch
Size: 8481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210216/878f48c4/attachment.bin>


More information about the cfe-commits mailing list