[PATCH] D96393: [CodeGen] Add Machine Function Splitter and DebugInfo composite testcase

TaoPan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 20:05:08 PST 2021


TaoPan added a comment.

Thanks for reminding the discussion of not adding a separate debug info test for function splitting! I’ll merge the test into test/DebugInfo/X86/basic-block-sections_1.ll.
Thanks for sharing information of dwarf, PE/COFF, CodeView, cygwin and Windows native debuggers! I think

  add dwarf based test for Linux and Windows Cygwin

is independent on

  (refer to your shared information and existing test of test/DebugInfo/PDB/Native/ to) add CodeView based test for Windows native debuggers, it’s depends on #D95209, it’s better be added in #D95209.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96393



More information about the llvm-commits mailing list