[PATCH] D152785: [COFF] Support -gsplit-dwarf for COFF on Windows

Haohai, Wen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 23 07:51:34 PDT 2023


HaohaiWen updated this revision to Diff 533967.
HaohaiWen added a comment.

Restore DWARFContext.cpp since D153602 <https://reviews.llvm.org/D153602> has fixed that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152785/new/

https://reviews.llvm.org/D152785

Files:
  clang/include/clang/Driver/Options.td
  clang/lib/Driver/Driver.cpp
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/lib/Driver/ToolChains/CommonArgs.cpp
  clang/test/Driver/split-debug.c
  llvm/include/llvm/MC/MCWinCOFFObjectWriter.h
  llvm/lib/MC/MCAsmBackend.cpp
  llvm/lib/MC/WinCOFFObjectWriter.cpp
  llvm/test/DebugInfo/COFF/dwarf-headers.ll
  llvm/test/DebugInfo/COFF/fission-cu.ll
  llvm/test/DebugInfo/COFF/fission-sections.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152785.533967.patch
Type: text/x-patch
Size: 24290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230623/dfff95ce/attachment-0001.bin>


More information about the cfe-commits mailing list