mirror of
https://github.com/lifting-bits/mcsema
synced 2026-06-08 15:31:09 +00:00
lift: Fix bug with ABILoader options attribute lifetime. (#629)
This commit is contained in:
@@ -123,7 +123,7 @@ struct ABILibsLoader {
|
||||
llvm::Module &module;
|
||||
llvm::LLVMContext &ctx;
|
||||
|
||||
const Options &opts;
|
||||
Options opts;
|
||||
|
||||
static constexpr const char * g_var_kind = "mcsema.abi.libraries";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user