OSDN Git Service

[MCParser] Accept uppercase radix variants 0X and 0B
authorColin LeMahieu <colinl@codeaurora.org>
Fri, 18 Mar 2016 18:22:07 +0000 (18:22 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Fri, 18 Mar 2016 18:22:07 +0000 (18:22 +0000)
commit8b96439e727a96f4862607940c1974e1dacadc9b
tree0ecf70814e30efaa3514f2e99edb0d604b3986d7
parent645ba4e0b90257bfbefe6757ea47e72021d896c4
[MCParser] Accept uppercase radix variants 0X and 0B

Differential Revision: http://reviews.llvm.org/D14781

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263802 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmLexer.cpp
lib/Support/StringRef.cpp
test/MC/AsmParser/uppercase-hex.s [new file with mode: 0644]