AsmWriter/Bitcode: MDImportedEntity
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:46:02 +0000 (01:46 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:46:02 +0000 (01:46 +0000)
commit6a390dc584bf705d9650fa3b4eb2675030e39e81
treefe0f02e275c78745acb39f3c6c5867e25d93a6f1
parent3bfa8d00ae9825aa44cba80c82434421a6085a1b
AsmWriter/Bitcode: MDImportedEntity

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229025 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-mdimportedentity-missing-parent.ll [new file with mode: 0644]
test/Assembler/invalid-mdimportedentity-missing-tag.ll [new file with mode: 0644]
test/Assembler/mdimportedentity.ll [new file with mode: 0644]