[PATCH] D32559: Debug info: Add support for DW_TAG_thrown_type.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 15:27:42 PDT 2017


aprantl updated this revision to Diff 96836.
aprantl added a comment.

Expand testcase to use more than one thrown type.
Wire up DIBuilder support & add a unittest.


https://reviews.llvm.org/D32559

Files:
  include/llvm/IR/DIBuilder.h
  include/llvm/IR/DebugInfoMetadata.h
  lib/AsmParser/LLParser.cpp
  lib/Bitcode/Reader/MetadataLoader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.h
  lib/IR/AsmWriter.cpp
  lib/IR/DIBuilder.cpp
  lib/IR/DebugInfoMetadata.cpp
  lib/IR/LLVMContextImpl.h
  lib/IR/Verifier.cpp
  test/Assembler/disubprogram.ll
  test/DebugInfo/Generic/thrownTypes.ll
  test/Verifier/DISubprogram.ll
  unittests/IR/IRBuilderTest.cpp
  unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32559.96836.patch
Type: text/x-patch
Size: 42947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170426/746b979b/attachment.bin>


More information about the llvm-commits mailing list