summaryrefslogtreecommitdiff
path: root/compiler/ghc-llvm-version.h.in
blob: 241ce53e32a75a629bd7ae077698b78e9fe6e548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#if !defined(__GHC_LLVM_VERSION_H__)
#define __GHC_LLVM_VERSION_H__

/* The maximum supported LLVM version number */
#undef sUPPORTED_LLVM_VERSION_MAX

/* The minimum supported LLVM version number */
#undef sUPPORTED_LLVM_VERSION_MIN

/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
#endif /* __GHC_LLVM_VERSION_H__ */