Commit 0da59d7d authored by nagayama15's avatar nagayama15

終了時にストリームを破棄するように

parent 2cc70c02
......@@ -108,6 +108,7 @@ namespace
bool doFinalization([[maybe_unused]] llvm::Module& module) override
{
module_name_.clear();
bit_stream_.reset();
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment