Skip to content

Avoid GHC_STAGE and other include bits

John Ericson requested to merge wip/clean-compiler-includes into master

We should strive to make our includes in terms of the RTS as much as possible. One place there that is not possible, the llvm version, we make a new tiny header

Stage numbers are somewhat arbitrary, if we simple need a newer RTS, we should say so.

Edited by John Ericson

Merge request reports