diff options
author | Eric Astor <epastor@google.com> | 2020-09-23 13:42:22 -0400 |
---|---|---|
committer | Eric Astor <epastor@google.com> | 2020-09-23 13:45:58 -0400 |
commit | 5dd1b6d612655c9006ba97a8b6487ded80719b48 (patch) | |
tree | bc9b126b1c7ee01ca752eefb7998c2478623bb6a /llvm/lib/Bitcode/Reader/BitReader.cpp | |
parent | b3931188fdc84ce2bd93a0770ddc8182d18c5010 (diff) | |
download | llvm-5dd1b6d612655c9006ba97a8b6487ded80719b48.zip llvm-5dd1b6d612655c9006ba97a8b6487ded80719b48.tar.gz llvm-5dd1b6d612655c9006ba97a8b6487ded80719b48.tar.bz2 |
[ms] [llvm-ml] Add support for .radix directive, and accept all radix specifiers
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)
Reviewed By: thakis
Differential Revision: https://reviews.llvm.org/D87400
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitReader.cpp')
0 files changed, 0 insertions, 0 deletions