[all-commits] [llvm/llvm-project] 22af2c: [ms] [llvm-ml] Add placeholder for llvm-ml, based ...

Eric Astor via All-commits all-commits at lists.llvm.org
Fri Jan 17 13:14:33 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 22af2cbefc86dbef6e11ddaa96a08956e0baf22b
      https://github.com/llvm/llvm-project/commit/22af2cbefc86dbef6e11ddaa96a08956e0baf22b
  Author: Eric Astor <epastor at google.com>
  Date:   2020-01-17 (Fri, 17 Jan 2020)

  Changed paths:
    M llvm/test/CMakeLists.txt
    A llvm/test/tools/llvm-ml/basic.test
    A llvm/test/tools/llvm-ml/run.test
    A llvm/tools/llvm-ml/CMakeLists.txt
    A llvm/tools/llvm-ml/Disassembler.cpp
    A llvm/tools/llvm-ml/Disassembler.h
    A llvm/tools/llvm-ml/llvm-ml.cpp
    M llvm/utils/gn/secondary/llvm/test/BUILD.gn
    A llvm/utils/gn/secondary/llvm/tools/llvm-ml/BUILD.gn

  Log Message:
  -----------
  [ms] [llvm-ml] Add placeholder for llvm-ml, based on llvm-mc

Summary:
As discussed on the mailing list, I plan to introduce an ml-compatible MASM assembler as part of providing more of the Windows build tools. This will be similar to llvm-mc, but with different command-line parameters.

This placeholder is purely a stripped-down version of llvm-mc; we'll eventually add support for the Microsoft-style command-line flags, and back it with a MASM parser.

Reviewers: rnk, thakis

Reviewed By: thakis

Subscribers: merge_guards_bot, mgorny, jfb, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list