AccelerateHS/accelerate

Object file loading on Windows

Open

#395 aberto em 23 de ago. de 2017

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)Haskell (112 forks)batch import
help wantedllvm-cpuwindows

Métricas do repositório

Stars
 (830 stars)
Métricas de merge de PR
 (Mesclagem média 40d) (1 fundiu PR em 30d)

Description

The CPU backend is currently broken on windows because it lacks an object file loader (here).

This is the same as what GHCi does, but a bit simpler because we only need to handle the most basic types of relocations etc. Unfortunately we can't use that one due to GHC#13624 (unless that does not affect windows, but I doubt it)

Any windows hackers interested in writing one? @RyanGlScott

Guia do colaborador