[PATCH] D21114: [DebugInfo] Add calling convention support for DWARF and CodeView

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 11:45:40 PDT 2016


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

- Address review comments


http://reviews.llvm.org/D21114

Files:
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/DIBuilder.h
  include/llvm/IR/DebugInfoMetadata.h
  include/llvm/Support/Dwarf.def
  include/llvm/Support/Dwarf.h
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/DIBuilder.cpp
  lib/IR/DebugInfoMetadata.cpp
  lib/IR/LLVMContextImpl.h
  lib/Support/Dwarf.cpp
  test/Assembler/disubroutinetype.ll
  test/DebugInfo/COFF/types-calling-conv.ll
  test/DebugInfo/X86/DW_AT_calling-convention.ll
  unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21114.60074.patch
Type: text/x-patch
Size: 37182 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160608/3054266f/attachment.bin>


More information about the llvm-commits mailing list