AsmWriter/Bitcode: MDObjCProperty
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:43:22 +0000 (01:43 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:43:22 +0000 (01:43 +0000)
commit3bfa8d00ae9825aa44cba80c82434421a6085a1b
treeeefa116ac1312a9718a7089c887260ef20876bae
parenta034e076c2aef0be2c816fbe5342f1f0d5798352
AsmWriter/Bitcode: MDObjCProperty

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