ghc-7.8.4: The GHC API

Safe HaskellNone
LanguageHaskell98

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