Dmitry N. Mikushin via llvm-dev
2018-Jun-15 23:36 UTC
[llvm-dev] Generate MASM output from llc?
Dear all, I'm wondering if there is support for generating Visual Studio compatible assembler by LLVM backend? At glance, besides AT&T or Intel that are obviously not suitable for MASM, there are no other options, right? Kind regards. - Dmitry. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180616/d5cea8d0/attachment-0001.html>
Anton Korobeynikov via llvm-dev
2018-Jun-19 07:11 UTC
[llvm-dev] Generate MASM output from llc?
Correct. MASM lacks many features required to represent almost any non-trivial code. On Sat, Jun 16, 2018 at 2:36 AM, Dmitry N. Mikushin via llvm-dev <llvm-dev at lists.llvm.org> wrote:> Dear all, > > I'm wondering if there is support for generating Visual Studio compatible > assembler by LLVM backend? At glance, besides AT&T or Intel that are > obviously not suitable for MASM, there are no other options, right? > > Kind regards. > - Dmitry. > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-- With best regards, Anton Korobeynikov Department of Statistical Modelling, Saint Petersburg State University