Changes between Version 21 and Version 22 of Commentary/Compiler/Backends/LLVM/Installing
- Timestamp:
- 08/26/10 19:11:15 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/Backends/LLVM/Installing
v21 v22 3 3 4 4 == Installing == 5 The LLVM backend is now included in GHC HEAD. Just grab the darcs HEAD version of GHC and build it. The backend now also supports all modes that GHC can be built in , except perhaps -dynamic which hasn't been tested yet, so you shouldn't need to change your build.mk file either (you used to have disabled an optimisation called tables-next-to-code, but the LLVM backend supports that now).5 The LLVM backend is now included in GHC HEAD. Just grab the darcs HEAD version of GHC and build it. The backend now also supports all modes that GHC can be built in so you shouldn't need to change your build.mk file either. 6 6 7 7 For instructions on building GHC go [http://hackage.haskell.org/trac/ghc/wiki/Building here] … … 31 31 * Other platforms haven't been tested at all. 32 32 33 == Shared Libraries == 34 35 Shared libraries are supported on Linux x64. They aren't supported on any other platform at the moment. 36 33 37 == Performance == 34 38
