File: ghc-llvm-version.h

package info (click to toggle)
haskell-ghc-lib-parser 9.6.6.20240701-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,280 kB
  • sloc: haskell: 109,582; yacc: 3,744; ansic: 2,480; makefile: 12
file content (11 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
/* compiler/ghc-llvm-version.h.  Generated from ghc-llvm-version.h.in by configure.  */
#if !defined(__GHC_LLVM_VERSION_H__)
#define __GHC_LLVM_VERSION_H__

/* The maximum supported LLVM version number */
#define sUPPORTED_LLVM_VERSION_MAX (16)

/* The minimum supported LLVM version number */
#define sUPPORTED_LLVM_VERSION_MIN (11)

#endif /* __GHC_LLVM_VERSION_H__ */