OSDN Git Service

AsmWriter/Bitcode: MDSubrange
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:10:38 +0000 (01:10 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 13 Feb 2015 01:10:38 +0000 (01:10 +0000)
commitb984c494493bd93bd6efd3ff4c468a071bffc1f6
tree92b41b484e569b3ff298a1d635afa96fff21ee5a
parent7473485c0f943fbbbcc3bf297fffb7ff2e4a1a97
AsmWriter/Bitcode: MDSubrange

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229003 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
test/Assembler/debug-info.ll [new file with mode: 0644]
test/Assembler/invalid-mdsubrange-count-large.ll [new file with mode: 0644]
test/Assembler/invalid-mdsubrange-count-missing.ll [new file with mode: 0644]
test/Assembler/invalid-mdsubrange-count-negative.ll [new file with mode: 0644]
test/Assembler/invalid-mdsubrange-lowerBound-max.ll [new file with mode: 0644]
test/Assembler/invalid-mdsubrange-lowerBound-min.ll [new file with mode: 0644]