From 604a22a0050c000ed4d142589c9ce0e34ee7b570 Mon Sep 17 00:00:00 2001 From: Brandon Miller Date: Tue, 20 May 2025 15:49:11 -0400 Subject: Rust bindings for custom basic block analysis --- rust/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 3194ae14..9d34f6bc 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -57,6 +57,7 @@ pub mod interaction; pub mod language_representation; pub mod line_formatter; pub mod linear_view; +pub mod llvm; pub mod logger; pub mod low_level_il; pub mod main_thread; -- cgit v1.3.1