ghc-7.4.1: The GHC API

Safe HaskellSafe-Infered

LlvmMangler

Description

GHC LLVM Mangler

This script processes the assembly produced by LLVM, rearranging the code so that an info table appears before its corresponding function.

Synopsis

Documentation

llvmFixupAsm :: DynFlags -> FilePath -> FilePath -> IO ()Source

Read in assembly file and process