[all-commits] [llvm/llvm-project] 340d55: [M68k] Fixed incorrect `extract-section` command s...

Ricky Taylor via All-commits all-commits at lists.llvm.org
Tue Mar 16 13:39:11 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 340d558c77892bbd197288bafde6f211740278d7
      https://github.com/llvm/llvm-project/commit/340d558c77892bbd197288bafde6f211740278d7
  Author: Min-Yih Hsu <minyihh at uci.edu>
  Date:   2021-03-16 (Tue, 16 Mar 2021)

  Changed paths:
    M llvm/test/CodeGen/M68k/lit.local.cfg

  Log Message:
  -----------
  [M68k] Fixed incorrect `extract-section` command substitution

Fix Bug 49485 (https://bugs.llvm.org/show_bug.cgi?id=49485). Which was
caused by incorrect invocation of `extract-section.py` on Windows.
Replacing it with more general python script invocation.

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


  Commit: 8ef111222a3dd12a9175f69c3bff598c46e8bdf7
      https://github.com/llvm/llvm-project/commit/8ef111222a3dd12a9175f69c3bff598c46e8bdf7
  Author: Ricky Taylor <rickytaylor26 at gmail.com>
  Date:   2021-03-16 (Tue, 16 Mar 2021)

  Changed paths:
    M llvm/lib/Target/M68k/M68kInstrInfo.td

  Log Message:
  -----------
  [M68k] Add more specific operand classes

This change adds an operand class for each addressing mode, which can then
be used as part of the assembler to match instructions.

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


Compare: https://github.com/llvm/llvm-project/compare/cfb978d85fe1...8ef111222a3d


More information about the All-commits mailing list