OSDN Git Service

IR: Allow 16-bits for column info
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 16 Jan 2015 17:33:08 +0000 (17:33 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 16 Jan 2015 17:33:08 +0000 (17:33 +0000)
commitfb7514fccb49f5a1a20a3aadbf7083eae90cbdf7
tree4ead6a501fa7b406a1fe360299292caecf24525c
parent44fb4b337fa3b661d3d791df6f72ac01b567cfc0
IR: Allow 16-bits for column info

Raise the limit for column information from 8 bits to 16 bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226291 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp
lib/IR/Metadata.cpp
test/Assembler/invalid-mdlocation-overflow-column.ll
test/Assembler/mdlocation.ll
unittests/IR/MetadataTest.cpp