| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
GHC.Driver.Backend
Description
Code generation backends
Synopsis
- data Backend- = NCG
- | LLVM
- | ViaC
- | Interpreter
 
- platformDefaultBackend :: Platform -> Backend
- platformNcgSupported :: Platform -> Bool
Documentation
Backend
Constructors
| NCG | Native code generator backend | 
| LLVM | LLVM backend | 
| ViaC | Via-C backend | 
| Interpreter | Interpreter | 
platformDefaultBackend :: Platform -> Backend #
Default backend to use for the given platform.
platformNcgSupported :: Platform -> Bool #
Is the platform supported by the Native Code Generator?