Files
hakorune/archive/llvm_legacy/context.rs

9 lines
305 B
Rust
Raw Permalink Normal View History

//! Deprecated LLVM Legacy Context
//! Archived at: docs/archive/backends/llvm-inkwell-legacy/
#[cfg(feature = "llvm-inkwell-legacy")]
compile_error!("LLVM Inkwell Legacy backend deprecated. Use Python LLVM harness.");
// Stub exports for compatibility
pub struct LegacyContext;
pub struct LegacyModule;