Skip to content

Commit e4e3430

Browse files
committed
adding ffi, not building enzyme yet
1 parent c3b73ce commit e4e3430

File tree

3 files changed

+529
-0
lines changed

3 files changed

+529
-0
lines changed

compiler/rustc_codegen_llvm/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ use back::owned_target_machine::OwnedTargetMachine;
2929
use back::write::{create_informational_target_machine, create_target_machine};
3030

3131
use errors::ParseTargetMachineConfig;
32+
33+
#[allow(unused_imports)]
34+
use llvm::TypeTree;
35+
3236
pub use llvm_util::target_features;
3337
use rustc_ast::expand::allocator::AllocatorKind;
3438
use rustc_codegen_ssa::back::lto::{LtoModuleCodegen, SerializedModule, ThinModule};

0 commit comments

Comments
 (0)