9 lines
298 B
Markdown
9 lines
298 B
Markdown
|
|
# Legacy Rust/inkwell LLVM backend
|
||
|
|
|
||
|
|
This directory holds the historical LLVM backend implemented in Rust with inkwell.
|
||
|
|
|
||
|
|
- Status: DEPRECATED — kept for reference.
|
||
|
|
- Current primary LLVM path is Python/llvmlite under `src/llvm_py/`.
|
||
|
|
- Cargo feature to enable this backend: `llvm-inkwell-legacy`.
|
||
|
|
|