[PATCH] D72679: [ms] [llvm-ml] Add placeholder for llvm-ml, based on llvm-mc
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 20 11:50:18 PST 2020
mstorsjo added a comment.
In D72679#1829526 <https://reviews.llvm.org/D72679#1829526>, @thakis wrote:
> Only supporting x86 targets for llvm-ml makes sense to me. As far as I know, msvc doesn't have an ml.exe for arm64 either (?).
That's correct. For arm/arm64, they have armasm.exe and armasm64.exe, which consumes assembly in the ARM RVCT armasm format (which is different from gas format). (And even more for the record, if some cares, there's a perl script called gas-preprocessor available, which can do on-the-fly conversion from gas to armasm format, for at least some subsets of cleaned up arm assembly out there.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72679/new/
https://reviews.llvm.org/D72679
More information about the llvm-commits
mailing list