AsmWriter/Bitcode: MDCompileUnit
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:25:10 +0000 (01:25 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:25:10 +0000 (01:25 +0000)
commit37742c3591515d874bb14200c386926c0a024c5a
tree6097934056ebd2def8c20f4de184eab3e165c3d0
parentbcaafc81abd7730210bf468bd097bd3c6e02827b
AsmWriter/Bitcode: MDCompileUnit

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229013 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/IR/DebugInfoMetadata.h
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/IR/AsmWriter.cpp
test/Assembler/invalid-mdcompileunit-language-bad.ll [new file with mode: 0644]
test/Assembler/invalid-mdcompileunit-language-overflow.ll [new file with mode: 0644]
test/Assembler/invalid-mdcompileunit-missing-language.ll [new file with mode: 0644]
test/Assembler/mdcompileunit.ll [new file with mode: 0644]