IR: Assembly and bitcode for GenericDebugNode
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 3 Feb 2015 21:54:14 +0000 (21:54 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 3 Feb 2015 21:54:14 +0000 (21:54 +0000)
commit6adbfa381528b1042c7f86b0aa59308485509560
tree03924140ded5a6cbd47aee1b6bd65e5be8b18a01
parent90eef42c8e2ff4bcc883826b6aea1659fcdba916
IR: Assembly and bitcode for GenericDebugNode

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228041 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/LLVMBitCodes.h
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/Bitcode/Writer/ValueEnumerator.h
lib/IR/AsmWriter.cpp
test/Assembler/generic-debug-node.ll [new file with mode: 0644]
test/Assembler/invalid-generic-debug-node-tag-missing.ll [new file with mode: 0644]
test/Assembler/invalid-generic-debug-node-tag-overflow.ll [new file with mode: 0644]