[all-commits] [llvm/llvm-project] d81c05: [ms] [llvm-ml] Fix capitalization of the ignored C...

Eric Astor via All-commits all-commits at lists.llvm.org
Sun Jun 13 15:37:09 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d81c059c3ed22e7f52eb995599e576abd30eb895
      https://github.com/llvm/llvm-project/commit/d81c059c3ed22e7f52eb995599e576abd30eb895
  Author: Eric Astor <epastor at google.com>
  Date:   2021-06-13 (Sun, 13 Jun 2021)

  Changed paths:
    M llvm/lib/MC/MCParser/COFFMasmParser.cpp
    A llvm/test/tools/llvm-ml/ml32-context.asm

  Log Message:
  -----------
  [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


  Commit: f09e200b31f443d972f6723fb9d78638bb38b45c
      https://github.com/llvm/llvm-project/commit/f09e200b31f443d972f6723fb9d78638bb38b45c
  Author: Eric Astor <epastor at google.com>
  Date:   2021-06-13 (Sun, 13 Jun 2021)

  Changed paths:
    M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
    A llvm/test/tools/llvm-ml/jmp_short.asm

  Log Message:
  -----------
  [ms] [llvm-ml] When parsing MASM, "jmp short" instructions are case insensitive

Handle "short" in a case-insensitive fashion in MASM.

Required to correctly parse z_Windows_NT-586_asm.asm from the OpenMP runtime.

Reviewed By: thakis

Differential Revision: https://reviews.llvm.org/D104195


Compare: https://github.com/llvm/llvm-project/compare/56edcbc2ad8c...f09e200b31f4


More information about the All-commits mailing list