Skip to content

Commit

Permalink
feat(hugr-llvm): export inkwell and llvm-sys from the crate root (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q authored Dec 2, 2024
1 parent 163b211 commit 408704b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hugr-llvm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ pub fn llvm_version() -> &'static str {
pub mod test;

pub use custom::{CodegenExtension, CodegenExtsBuilder};

pub use inkwell::llvm_sys;
pub use inkwell;

0 comments on commit 408704b

Please sign in to comment.