ghc-7.0.2: The GHC API

LlvmCodeGen.Data

Description

Handle conversion of CmmData to LLVM code.

Synopsis

Documentation

genLlvmData :: (Section, [CmmStatic]) -> LlvmUnresData

Pass a CmmStatic section to an equivalent Llvm code. Can't complete this completely though as we need to pass all CmmStatic sections before all references can be resolved. This last step is done by resolveLlvmData.

resolveLlvmData :: LlvmEnv -> LlvmUnresData -> (LlvmEnv, LlvmData)

Fix up CLabel references now that we should have passed all CmmData.