[PATCH] D65679: Removing block comments from CodeView records in assembly files & related code cleanup

NILANJANA BASU via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 21:12:39 PDT 2019


nilanjana_basu updated this revision to Diff 216549.
nilanjana_basu added a comment.

The previous pass was not applying because of a small change in CodeViewDebug.cpp. Therefore, updated the patch to work with latest code, & tested it.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65679

Files:
  llvm/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
  llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  llvm/test/DebugInfo/COFF/array-odr-violation.ll
  llvm/test/DebugInfo/COFF/class-options-common.ll
  llvm/test/DebugInfo/COFF/inlining.ll
  llvm/test/DebugInfo/COFF/pr37492.ll
  llvm/test/DebugInfo/COFF/synthetic.ll
  llvm/test/DebugInfo/COFF/types-basic.ll
  llvm/test/DebugInfo/COFF/types-data-members.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65679.216549.patch
Type: text/x-patch
Size: 49056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190822/15e021ad/attachment.bin>


More information about the llvm-commits mailing list