AsmWriter/Bitcode: MDLocalVariable
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:39:44 +0000 (01:39 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:39:44 +0000 (01:39 +0000)
commita342d827bd3e42a82881d04e9b130792669bc1b0
treefdb4e1c8d8b292c318ebeb6202f5bcc3a5c28688
parentf594c2a210a9eaa3a0871f7fc974ab5db37150d6
AsmWriter/Bitcode: MDLocalVariable

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229022 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
lib/IR/DebugInfoMetadata.cpp
test/Assembler/invalid-mdlocalvariable-missing-name.ll [new file with mode: 0644]
test/Assembler/mdlocalvariable.ll [new file with mode: 0644]