-- | Relocations, used in specifying TargetMachine module LLVM.General.Relocation where import LLVM.General.Prelude -- | data Model = Default | Static | PIC | DynamicNoPIC deriving (Eq, Read, Show, Typeable, Data)