Commit 4b546f1c authored by Robert Kimball's avatar Robert Kimball

remove debug

parent f940c293
...@@ -316,17 +316,7 @@ std::unique_ptr<llvm::Module> StaticCompiler::compile(const string& source) ...@@ -316,17 +316,7 @@ std::unique_ptr<llvm::Module> StaticCompiler::compile(const string& source)
buffer.release(); buffer.release();
for (const auto& file : m_compiler->getInvocation().getPreprocessorOpts().RemappedFileBuffers)
{
NGRAPH_INFO << file.first;
}
m_compiler->getInvocation().getPreprocessorOpts().clearRemappedFiles(); m_compiler->getInvocation().getPreprocessorOpts().clearRemappedFiles();
for (const auto& file : m_compiler->getInvocation().getPreprocessorOpts().RemappedFileBuffers)
{
NGRAPH_INFO << file.first;
}
return rc; return rc;
} }
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