AsmParser: More generic support for integer type suffices.
authorJim Grosbach <grosbach@apple.com>
Tue, 26 Feb 2013 20:17:10 +0000 (20:17 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 26 Feb 2013 20:17:10 +0000 (20:17 +0000)
commitac67b50fcfaab20829b4bce32cfdce77507f6c72
tree6ab28f137e524da3143a0cfb03a13dc036d7bba5
parentd06c9cb9bb0ad682d097f704f8ed97b0fb657670
AsmParser: More generic support for integer type suffices.

For integer constants, allow 'L', 'UL' as well as 'ULL' and 'LL'. This provides
better support for shared headers between .s and .c files that define bunches
of constant values.

rdar://9321056

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176118 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmLexer.cpp
test/MC/AsmParser/directive_values.s