OSDN Git Service

[ms] [llvm-ml] Add missing built-in type aliases
authorEric Astor <epastor@google.com>
Mon, 14 Sep 2020 18:07:33 +0000 (14:07 -0400)
committerEric Astor <epastor@google.com>
Mon, 14 Sep 2020 18:09:24 +0000 (14:09 -0400)
commitda17e0d5c1dfabcba887e323b1aabc8cc4342cd6
tree959b2b275bfd9d706e0eeadedf2d6ab8dbf3adbb
parentcfff88c03cf9e9b72906a41fd11e06721d54f293
[ms] [llvm-ml] Add missing built-in type aliases

Add signed aliases for integral types, as well as the "DF" abbreviation for the FWORD type.

Reviewed By: thakis

Differential Revision: https://reviews.llvm.org/D87246
llvm/lib/MC/MCParser/MasmParser.cpp
llvm/test/tools/llvm-ml/builtin_types.test [new file with mode: 0644]