Safe Haskell | None |
---|---|
Language | GHC2021 |
LLVM config cache
Synopsis
Documentation
data LlvmConfigCache Source #
Cache LLVM configuration read from files in top_dir
See Note [LLVM configuration] in GHC.CmmToLlvm.Config
Currently implemented with unsafe lazy IO. But it could be implemented with an IORef as the exposed interface is in IO.