AsmWriter/Bitcode: MDDerivedType and MDCompositeType
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:20:38 +0000 (01:20 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:20:38 +0000 (01:20 +0000)
commitdacf0004cb0ebb6ac80721679e53f96275d81c68
tree0c003e6c2bb7b3dce2134d597b1112b8b52f90ca
parent192d9c3b6f2aeeb4c40eb6303e1e6faa4079598f
AsmWriter/Bitcode: MDDerivedType and MDCompositeType

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229009 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/LLVMBitCodes.h
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/IR/AsmWriter.cpp
test/Assembler/debug-info.ll
test/Assembler/invalid-mdcompositetype-missing-tag.ll [new file with mode: 0644]
test/Assembler/invalid-mdderivedtype-missing-basetype.ll [new file with mode: 0644]
test/Assembler/invalid-mdderivedtype-missing-tag.ll [new file with mode: 0644]