OSDN Git Service

AsmWriter/Bitcode: MDFile
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:19:14 +0000 (01:19 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:19:14 +0000 (01:19 +0000)
commit192d9c3b6f2aeeb4c40eb6303e1e6faa4079598f
tree3f888c84613f9c7f8a178a56fcd3b860ee34fe45
parent95d71357275a05a4bfc346f5b513688e26531a91
AsmWriter/Bitcode: MDFile

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229007 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/debug-info.ll
test/Assembler/invalid-mdfile-missing-directory.ll [new file with mode: 0644]
test/Assembler/invalid-mdfile-missing-filename.ll [new file with mode: 0644]