llvm-general-3.4.4.0: src/LLVM/General/Threading.hs
-- | functionality necessary when running LLVM in multiple threads at the same time. module LLVM.General.Threading ( setMultithreaded, isMultithreaded ) where import LLVM.General.Internal.Threading
-- | functionality necessary when running LLVM in multiple threads at the same time. module LLVM.General.Threading ( setMultithreaded, isMultithreaded ) where import LLVM.General.Internal.Threading