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

Haohai, Wen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 18 19:35:51 PDT 2023


HaohaiWen marked 7 inline comments as done.
HaohaiWen added inline comments.


================
Comment at: llvm/lib/MC/WinCOFFObjectWriter.cpp:124
 
+bool isDwoSection(const MCSection &Sec) {
+  return Sec.getName().endswith(".dwo");
----------------
MaskRay wrote:
> static
It's already in anonymous namespace.


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