mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
feat: Rename wasmer-engine-native to wasmer-engine-dylib.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
#[derive(Debug, Clap, Clone)]
|
||||
/// LLVM backend flags.
|
||||
pub struct LLVMCLIOptions {
|
||||
@@ -15,7 +14,6 @@ pub struct LLVMCLIOptions {
|
||||
obj_file: Option<PathBuf>,
|
||||
}
|
||||
|
||||
|
||||
impl LLVMCallbacks for LLVMCLIOptions {
|
||||
fn preopt_ir_callback(&mut self, module: &InkwellModule) {
|
||||
if let Some(filename) = &self.pre_opt_ir {
|
||||
|
||||
Reference in New Issue
Block a user