[all-commits] [llvm/llvm-project] a4e964: [ms] [llvm-ml] Fix macro case-insensitivity
Eric Astor via All-commits
all-commits at lists.llvm.org
Thu Jul 22 12:51:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4e964a2821905728b866fb64784fbea1f67ccc1
https://github.com/llvm/llvm-project/commit/a4e964a2821905728b866fb64784fbea1f67ccc1
Author: Eric Astor <epastor at google.com>
Date: 2021-07-22 (Thu, 22 Jul 2021)
Changed paths:
M llvm/lib/MC/MCParser/MasmParser.cpp
M llvm/test/tools/llvm-ml/macro.asm
Log Message:
-----------
[ms] [llvm-ml] Fix macro case-insensitivity
We previously had issues identifying macros not registered with a lowercase name.
Reviewed By: mstorsjo, thakis
Differential Revision: https://reviews.llvm.org/D106453
More information about the All-commits
mailing list