lift: Fix bug with ABILoader options attribute lifetime. (#629)

This commit is contained in:
Aiethel
2020-02-22 01:16:28 +01:00
committed by GitHub
parent 8ecfe165ef
commit 797dbf152b
+1 -1
View File
@@ -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";