Skip to content

Commit

Permalink
Update src/compilation/compiler.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Breydo <[email protected]>
  • Loading branch information
maxslarsson and thomasbreydo authored Aug 9, 2024
1 parent 6d7f095 commit 40d2204
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/compilation/compiler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ use std::ffi::{c_char, c_uint, CStr, CString};
use std::mem::MaybeUninit;
use std::path::Path;

use llvm_sys::{core::*, LLVMIntPredicate};
use llvm_sys::core::*;
use llvm_sys::core::LLVMIntPredicate;
use llvm_sys::error::LLVMGetErrorMessage;
use llvm_sys::prelude::*;
use llvm_sys::target::{
Expand Down

0 comments on commit 40d2204

Please sign in to comment.