This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

epastor created this revision.Jun 13 2021, 8:13 AM
epastor requested review of this revision.Jun 13 2021, 8:13 AM
Herald added a project: Restricted Project. · View Herald Transcript
thakis accepted this revision.Jun 13 2021, 1:45 PM
This revision is now accepted and ready to land.Jun 13 2021, 1:45 PM