[all-commits] [llvm/llvm-project] 5f6dfa: [ms] [llvm-ml] Add placeholder for llvm-ml, based ...
Eric Astor via All-commits
all-commits at lists.llvm.org
Mon Jan 20 06:20:18 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5f6dfa800e0b9c337921e188bd171b9765bfbe89
https://github.com/llvm/llvm-project/commit/5f6dfa800e0b9c337921e188bd171b9765bfbe89
Author: Eric Astor <epastor at google.com>
Date: 2020-01-20 (Mon, 20 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
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.
Relanding this revision after fixing ARM-compatibility issues.
Reviewers: rnk, thakis, RKSimon
Reviewed By: thakis, RKSimon
Differential Revision: https://reviews.llvm.org/D72679
More information about the All-commits
mailing list