ghc-7.4.2: The GHC API

Safe HaskellSafe-Infered

Platform

Description

A description of the platform we're compiling for.

Synopsis

Documentation

data Platform Source

Contains enough information for the native code generator to emit code for this platform.

data Arch Source

Architectures that the native code generator knows about. TODO: It might be nice to extend these constructors with information about what instruction set extensions an architecture might support.

Instances

data OS Source

Operating systems that the native code generator knows about. Having OSUnknown should produce a sensible default, but no promises.

Instances

data ArmISA Source

ARM Instruction Set Architecture and Extensions

Constructors

ARMv5 
ARMv6 
ARMv7 

osElfTarget :: OS -> BoolSource

This predicates tells us whether the OS supports ELF-like shared libraries.