GaloisInc / dismantle

A library of assemblers and disassemblers derived from LLVM TableGen data
24 stars 5 forks source link

Allow building with GHC 9.0 #34

Closed RyanGlScott closed 3 years ago

RyanGlScott commented 3 years ago

This makes a couple of tweaks necessary to make dismantle and friends compile with GHC 9.0:

RyanGlScott commented 3 years ago

The GHC 8.6.5 windows-latest build fails with:

ghc.exe: getMBlocks: VirtualAlloc MEM_COMMIT failed: The paging file is too small for this operation to complete.

But that happens on master as well, so it seems unlikely that this was caused by this PR.

travitch commented 3 years ago

Thanks Ryan!