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

Eric Astor via llvm-dev llvm-dev at lists.llvm.org
Sun Jun 13 08:39:54 PDT 2021


Quick update: I've just gotten LLVM-ML to assemble z_Windows_NT-586_asm.asm
<https://github.com/llvm/llvm-project/blob/master/openmp/runtime/src/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.

Best,
- Eric

On Fri, Oct 30, 2020 at 5:30 AM Martin Storsjö <martin at martin.st> wrote:

> On Wed, 28 Oct 2020, Eric Astor wrote:
>
> > Martin: would you be able to review some of the current stack? (Starting
> > with https://reviews.llvm.org/D89729)
> > My usual reviewers on this project (Nico & Reid) are a bit flooded with
> > other work. I'd be glad to prioritize getting the OpenMP runtimes
> building
> > with llvm-ml once the patches in the current stack land!
>
> I'm also rather swamped, and might not be familiar with all the bits
> you're touching, but I can see if I can carve out some time to comment on
> what I can at least!
>
> // Martin
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210613/ef5460ef/attachment.html>


More information about the llvm-dev mailing list