ghc-lib-parser-9.6.2.20230523: The GHC API, decoupled from GHC versions
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.CmmToLlvm.Config

Contents

Description

Llvm code generator configuration

Synopsis

Documentation

data LlvmCgConfig Source #

Constructors

LlvmCgConfig 

Fields

data LlvmConfig Source #

Constructors

LlvmConfig 

LLVM version

supportedLlvmVersionLowerBound :: LlvmVersion Source #

The (inclusive) lower bound on the LLVM Version that is currently supported.

supportedLlvmVersionUpperBound :: LlvmVersion Source #

The (not-inclusive) upper bound bound on the LLVM Version that is currently supported.