[ms] [llvm-ml] Fix capitalization of the ignored CPU directives
authorEric Astor <epastor@google.com>
Sun, 13 Jun 2021 22:27:06 +0000 (18:27 -0400)
committerEric Astor <epastor@google.com>
Sun, 13 Jun 2021 22:34:42 +0000 (18:34 -0400)
commitd81c059c3ed22e7f52eb995599e576abd30eb895
tree748b8c2350caab55ee64425e2d4afbcba0b5cccd
parent56edcbc2ad8c15b01fd8b47c1f2665d274d0e896
[ms] [llvm-ml] Fix capitalization of the ignored CPU directives

These directives are matched in lowercase, so make sure to use lowercase for their P suffix.

Differential Revision: https://reviews.llvm.org/D104206
llvm/lib/MC/MCParser/COFFMasmParser.cpp
llvm/test/tools/llvm-ml/ml32-context.asm [new file with mode: 0644]