2025-09-24 14:13:15 +09:00
|
|
|
//! Deprecated LLVM Legacy Context
|
|
|
|
|
//! Archived at: docs/archive/backends/llvm-inkwell-legacy/
|
2025-08-18 09:14:39 +00:00
|
|
|
|
2025-09-14 00:44:28 +09:00
|
|
|
#[cfg(feature = "llvm-inkwell-legacy")]
|
2025-09-24 14:13:15 +09:00
|
|
|
compile_error!("LLVM Inkwell Legacy backend deprecated. Use Python LLVM harness.");
|
2025-08-18 09:14:39 +00:00
|
|
|
|
2025-09-24 14:13:15 +09:00
|
|
|
// Stub exports for compatibility
|
|
|
|
|
pub struct LegacyContext;
|
|
|
|
|
pub struct LegacyModule;
|