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

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 21 13:42:12 PDT 2023


mstorsjo added a comment.

In D152785#4438544 <https://reviews.llvm.org/D152785#4438544>, @MaskRay wrote:

> CodeView is the default debug info format for COFF. Perhaps `-gsplit-dwarf` should be rejected when the default `-gcodeview` is used, with a test.

IIRC some users do generate both CodeView and DWARF debug info at the same time, for some use cases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152785



More information about the cfe-commits mailing list