[PATCH] D72679: [ms] [llvm-ml] Add placeholder for llvm-ml, based on llvm-mc

Eric Astor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 20:40:35 PST 2020


epastor created this revision.
Herald added subscribers: llvm-commits, jfb, mgorny.
Herald added a project: LLVM.
epastor added a child revision: D72680: [ms] [llvm-ml] Add a draft MASM parser.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72679

Files:
  llvm/tools/llvm-ml/CMakeLists.txt
  llvm/tools/llvm-ml/Disassembler.cpp
  llvm/tools/llvm-ml/Disassembler.h
  llvm/tools/llvm-ml/llvm-ml.cpp
  llvm/utils/gn/secondary/llvm/test/BUILD.gn
  llvm/utils/gn/secondary/llvm/tools/llvm-ml/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72679.237841.patch
Type: text/x-patch
Size: 24121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200114/6ac53b73/attachment.bin>


More information about the llvm-commits mailing list