summaryrefslogtreecommitdiff
path: root/compiler/ghc-llvm-version.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove bit about size_t in ghc-llvm-version.hJohn Ericson2021-11-121-2/+0
| | | | | This shouldn't be here. It wasn't causing a problem because this header was only used from Haskell, but still.
* Avoid GHC_STAGE and other include bitsJohn Ericson2021-11-051-0/+12
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.