[PATCH] D24014: [codeview] Add new directives to record inlined call site line info

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 10:20:16 PDT 2016


rnk updated this revision to Diff 69875.
rnk added a comment.

- Improve comments and fix bug in MCCVFunctionInfo


https://reviews.llvm.org/D24014

Files:
  include/llvm/MC/MCCodeView.h
  include/llvm/MC/MCFragment.h
  include/llvm/MC/MCObjectStreamer.h
  include/llvm/MC/MCStreamer.h
  lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  lib/MC/MCAsmStreamer.cpp
  lib/MC/MCCodeView.cpp
  lib/MC/MCObjectStreamer.cpp
  lib/MC/MCParser/AsmParser.cpp
  lib/MC/MCStreamer.cpp
  test/DebugInfo/COFF/inlining-header.ll
  test/DebugInfo/COFF/inlining-levels.ll
  test/DebugInfo/COFF/inlining.ll
  test/DebugInfo/COFF/local-variables.ll
  test/MC/COFF/cv-def-range.s
  test/MC/COFF/cv-empty-linetable.s
  test/MC/COFF/cv-inline-linetable-infloop.s
  test/MC/COFF/cv-inline-linetable-unlikely.s
  test/MC/COFF/cv-inline-linetable-unreachable.s
  test/MC/COFF/cv-inline-linetable.s
  test/MC/COFF/cv-loc-cross-section.s
  test/MC/COFF/cv-loc.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24014.69875.patch
Type: text/x-patch
Size: 56210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160831/9d5e9de4/attachment.bin>


More information about the llvm-commits mailing list