AsmWriter/Bitcode: MDNamespace
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:32:09 +0000 (01:32 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:32:09 +0000 (01:32 +0000)
commit7bd3d1d3bd349c8ad7052e3cdb22c73336352403
tree829286d9e2ad7d78cefaf8f2b9f7010127c9219e
parent246f0931ff0851cb16b66c4b8eed2e2d53abe37b
AsmWriter/Bitcode: MDNamespace

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229018 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-mdnamespace-missing-namespace.ll [new file with mode: 0644]
test/Assembler/mdnamespace.ll [new file with mode: 0644]