[PATCH] D101421: [DebugInfo] Enable CodeView DebugInfo for basic block sections

TaoPan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 27 19:05:29 PDT 2021


TaoPan created this revision.
Herald added subscribers: mstorsjo, hiraditya.
TaoPan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

With basic block sections, there are multiple flexible text sections for
a function, allow multiple .cv_loc directives for a function.

This patch includes modification of submitted but not landed D99487 <https://reviews.llvm.org/D99487> and
D100735 <https://reviews.llvm.org/D100735>, it's for easier reviewing the whole behavior of basic block
sections on Windows, duplicated part will be removed when git rebase.

Signed-off-by: Pan, Tao <tao.pan at intel.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101421

Files:
  llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
  llvm/lib/CodeGen/BasicBlockSections.cpp
  llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  llvm/lib/MC/MCStreamer.cpp
  llvm/test/DebugInfo/COFF/basic-block-sections.ll
  llvm/test/MC/COFF/cv-loc-cross-section.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101421.341053.patch
Type: text/x-patch
Size: 15422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210428/9093574b/attachment.bin>


More information about the llvm-commits mailing list