Class: LLVM::C::OpaqueModuleProvider
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- LLVM::C::OpaqueModuleProvider
- Defined in:
- lib/llvm/core_ffi.rb
Overview
Interface used to provide a module to JIT or interpreter. This is now just a synonym for llvm::Module, but we have to keep using the different type to keep binary compatibility.