AccelerateHS/accelerate

Object file loading on Windows

Open

#395 geöffnet am 23. Aug. 2017

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Haskell (112 Forks)batch import
help wantedllvm-cpuwindows

Repository-Metriken

Stars
 (830 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 40T) (1 gemergte PR in 30 T)

Beschreibung

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

Contributor Guide