llvm-mc: Make non-sensical max bytes to .align an error.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 26 Aug 2009 09:16:34 +0000 (09:16 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 26 Aug 2009 09:16:34 +0000 (09:16 +0000)
commitb58a80440041407b1617e32db1ce83fa567991e9
tree0cc91d577e8d7ca058c3c5a039c926608886ec76
parent30457f2cab0bf62d1d1d144028c8b03965aee2ef
llvm-mc: Make non-sensical max bytes to .align an error.

Also, warn about overflow in alignment values.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80077 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-mc/AsmParser.cpp