llvm-native 0.1.3

Forensic-parity Rust reimplementation of LLVM toolchain behavior through oracle courts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! `llvm-native` — forensic-parity LLVM toolchain reimplementation.
//! The workspace crate: it ships the `llvm-native` CLI binaries and
//! re-exports the member crates so `cargo install llvm-native` gives the
//! tools and `cargo add llvm-native` gives the engine.
pub use llvm_casefile_rs;
pub use llvm_native_cli;
pub use llvm_native_core;
pub use llvm_oracle_rs;

// --- Frontends and standard libraries ---
pub mod flang;
pub mod libclc;
pub mod libcxx;
pub mod pstl;