Changes between Version 25 and Version 26 of Commentary/Compiler/Backends/LLVM/Installing
- Timestamp:
- 11/13/11 22:46:23 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/Backends/LLVM/Installing
v25 v26 31 31 * Windows x86-32: Currently well supported. The back-end can pass the test suite and build a working version of GHC (bootstrap test). 32 32 * Mac OS X 10.5/10.6 (x86-32/x86-64): Currently well supported. The back-end can pass the test suite and bootstrap GHC. OS X has caused a lot more problems then Linux or Windows and does a few things slightly differently then them. It is quite stable these days though. 33 * ARM: Some work has been done testing GHC in unregisterised mode with LLVMon ARM. You can see a blog with info about this [http://ghcarm.wordpress.com/ here].33 * ARM: Work is currently progressing to fully support GHC using the LLVM backend on ARM. You can see a blog with info about this [http://ghcarm.wordpress.com/ here]. 34 34 * Other platforms haven't been tested at all. 35 35 36 36 == Shared Libraries == 37 37 38 Shared libraries are supported on Linux x64 . They aren't supported on any other platform at the moment. Mac OS x64 may also work though.38 Shared libraries are supported on Linux x64 and Mac OSX x64. Other platforms aren't supported. 39 39 40 40 == Performance ==
