[PATCH] D24317: Emit S_COMPILE3 CodeView record

Adrian McCarthy via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 17:19:14 PDT 2016


amccarth updated this revision to Diff 71895.
amccarth marked an inline comment as done.
amccarth added a comment.

Several tests needed updating because the extra S_COMPILE3 record in the Symbols subsection changes the section's size and offsets some relocation information.

Also uses reports distinct front-end and back-end versions per David Majnemer's suggestion.


https://reviews.llvm.org/D24317

Files:
  lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  lib/CodeGen/AsmPrinter/CodeViewDebug.h
  test/DebugInfo/COFF/asm.ll
  test/DebugInfo/COFF/globals.ll
  test/DebugInfo/COFF/multifile.ll
  test/DebugInfo/COFF/multifunction.ll
  test/DebugInfo/COFF/simple.ll
  test/DebugInfo/COFF/typedef.ll
  test/DebugInfo/COFF/types-array.ll
  test/MC/ARM/coff-debugging-secrel.ll
  test/MC/COFF/cv-compiler-info.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24317.71895.patch
Type: text/x-patch
Size: 24406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160920/da1a164b/attachment.bin>


More information about the llvm-commits mailing list