AccelerateHS/accelerate

Object file loading on Windows

オープン

#395 opened on 2017/08/23

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)Haskell (112 件のフォーク)batch import
help wantedllvm-cpuwindows

Repository metrics

Stars
 (830 個のスター)
PR merge metrics
 (平均マージ 40d) (30d で 1 merged PR)

説明

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

コントリビューターガイド