Idris2Doc : System.LLVM

System.LLVM

System interface for LLVM compilation and execution.

This module provides the main system interface for working with LLVM,
including compilation, optimization, linking, and execution of LLVM IR.
It re-exports all the necessary components for a complete LLVM workflow.

Reexports

importpublic System.LLVM.Common
importpublic System.LLVM.Assembler
importpublic System.LLVM.Optimize
importpublic System.LLVM.Compile
importpublic System.LLVM.Run
importpublic System.LLVM.Link
importpublic System.LLVM.Build
importpublic System.LLVM.Foreign