[llvm-dev] LLVM + MASM (llvm-ml)

Martin Storsjö via llvm-dev llvm-dev at lists.llvm.org
Sun Jun 13 12:09:34 PDT 2021


On Sun, 13 Jun 2021, Eric Astor wrote:

> Quick update: I've just gotten LLVM-ML to
> assemble z_Windows_NT-586_asm.asm from the OpenMP runtimes in 64-bit mode.
> Patches required:
> https://reviews.llvm.org/D104194
> https://reviews.llvm.org/D104195
> https://reviews.llvm.org/D104196
> 
> 32-bit mode will require another patch or two - in particular, it looks like
> this is the first file that requires support for the @Version built-in.

Awesome! Thanks, that's great news!

If llvm-ml can handle that file in both 32 and 64 bit mode by the 13 
release, I'd be able to get rid of a lot of uglyness in my builds :-)

// Martin


More information about the llvm-dev mailing list