haskell / hsc2hs

Pre-processor for .hsc files
http://hackage.haskell.org/package/hsc2hs
Other
38 stars 23 forks source link

Fix pointer type detection in cross mode (again) #76

Closed minoki closed 1 year ago

minoki commented 1 year ago

This is a fix for https://gitlab.haskell.org/ghc/ghc/-/issues/22981.

I've checked that GHC for wasm32-wasi builds successfully on AArch64 Linux with this patch.