Handle "short" in a case-insensitive fashion in MASM.
Required to correctly parse z_Windows_NT-586_asm.asm from the OpenMP runtime.
Paths
| Differential D104195
[ms] [llvm-ml] When parsing MASM, "jmp short" instructions are case insensitive ClosedPublic Authored by epastor on Jun 13 2021, 8:13 AM.
Details Summary Handle "short" in a case-insensitive fashion in MASM. Required to correctly parse z_Windows_NT-586_asm.asm from the OpenMP runtime.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 13 2021, 1:45 PM Closed by commit rGf09e200b31f4: [ms] [llvm-ml] When parsing MASM, "jmp short" instructions are case insensitive (authored by epastor). · Explain WhyJun 13 2021, 3:37 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 351749 llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
llvm/test/tools/llvm-ml/jmp_short.asm
|