Commit eac708a8 authored by Jaikrishnan Menon's avatar Jaikrishnan Menon

Codegen: Delete the PCH generation action after we're done with it

parent 3fa332b6
......@@ -360,4 +360,5 @@ void StaticCompiler::generate_pch(const string& source)
buffer.release();
m_compiler->getInvocation().getPreprocessorOpts().clearRemappedFiles();
delete compilerAction;
}
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