AccelerateHS/accelerate

Object file loading on Windows

Open

#395 aperta il 23 ago 2017

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)Haskell (112 fork)batch import
help wantedllvm-cpuwindows

Metriche repository

Star
 (830 star)
Metriche merge PR
 (Merge medio 40g) (1 PR mergiata in 30 g)

Descrizione

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

Guida contributor