mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 02:06:08 +00:00

Add support for .radix directive, and radix specifiers [yY] (binary), [oOqQ] (octal), and [tT] (decimal). Also, when lexing MASM integers, require radix specifier; MASM requires that all literals without a radix specifier be treated as in the default radix. (e.g., 0100 = 100) Relanding D87400, now with fewer ms-inline-asm tests broken! Reviewed By: rnk Differential Revision: https://reviews.llvm.org/D88337