diff --git a/crates/revmc-llvm/src/lib.rs b/crates/revmc-llvm/src/lib.rs index b81733c..9a06081 100644 --- a/crates/revmc-llvm/src/lib.rs +++ b/crates/revmc-llvm/src/lib.rs @@ -9,7 +9,7 @@ use inkwell::{ attributes::{Attribute, AttributeLoc}, basic_block::BasicBlock, execution_engine::ExecutionEngine, - module::Module, + module::{FlagBehavior, Module}, passes::PassBuilderOptions, support::error_handling::install_fatal_error_handler, targets::{ @@ -1141,6 +1141,16 @@ fn create_module<'ctx>(cx: &'ctx Context, machine: &TargetMachine) -> Result