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