[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 Sep 7 09:24:05 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL280822: [codeview] Add new directives to record inlined call site line info (authored by rnk).
Changed prior to commit:
https://reviews.llvm.org/D24014?vs=70431&id=70548#toc
Repository:
rL LLVM
https://reviews.llvm.org/D24014
Files:
llvm/trunk/include/llvm/MC/MCCodeView.h
llvm/trunk/include/llvm/MC/MCFragment.h
llvm/trunk/include/llvm/MC/MCObjectStreamer.h
llvm/trunk/include/llvm/MC/MCStreamer.h
llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
llvm/trunk/lib/MC/MCAsmStreamer.cpp
llvm/trunk/lib/MC/MCCodeView.cpp
llvm/trunk/lib/MC/MCObjectStreamer.cpp
llvm/trunk/lib/MC/MCParser/AsmParser.cpp
llvm/trunk/lib/MC/MCStreamer.cpp
llvm/trunk/test/DebugInfo/COFF/inlining-header.ll
llvm/trunk/test/DebugInfo/COFF/inlining-levels.ll
llvm/trunk/test/DebugInfo/COFF/inlining.ll
llvm/trunk/test/DebugInfo/COFF/local-variables.ll
llvm/trunk/test/MC/COFF/cv-def-range.s
llvm/trunk/test/MC/COFF/cv-empty-linetable.s
llvm/trunk/test/MC/COFF/cv-errors.s
llvm/trunk/test/MC/COFF/cv-inline-linetable-infloop.s
llvm/trunk/test/MC/COFF/cv-inline-linetable-unlikely.s
llvm/trunk/test/MC/COFF/cv-inline-linetable-unreachable.s
llvm/trunk/test/MC/COFF/cv-inline-linetable.s
llvm/trunk/test/MC/COFF/cv-loc-cross-section.s
llvm/trunk/test/MC/COFF/cv-loc.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24014.70548.patch
Type: text/x-patch
Size: 61616 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160907/12e001cc/attachment.bin>
More information about the llvm-commits
mailing list