[PATCH] D21614: [codeview] Add DISubprogram::ThisAdjustment

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 11:06:14 PDT 2016


rnk updated this revision to Diff 61702.
rnk marked 2 inline comments as done.
rnk added a comment.

- Add bitcode binary compat test
- Fix bugs in bitcode reader


http://reviews.llvm.org/D21614

Files:
  include/llvm/IR/DIBuilder.h
  include/llvm/IR/DebugInfoMetadata.h
  lib/AsmParser/LLParser.cpp
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/DIBuilder.cpp
  lib/IR/DebugInfoMetadata.cpp
  lib/IR/LLVMContextImpl.h
  test/Assembler/disubprogram.ll
  test/Bitcode/upgrade-subprogram-this.ll
  test/Bitcode/upgrade-subprogram-this.ll.bc
  test/DebugInfo/COFF/virtual-methods.ll
  unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21614.61702.patch
Type: text/x-patch
Size: 67307 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160623/33303c5e/attachment.bin>


More information about the llvm-commits mailing list