Commit cb550a3f authored by Jaikrishnan Menon's avatar Jaikrishnan Menon

CPU: Formatting fix

parent 7aeb0270
......@@ -311,7 +311,8 @@ void StaticCompiler::use_cached_files()
}
std::unique_ptr<llvm::Module>
StaticCompiler::compile(std::unique_ptr<clang::CodeGenAction>& compiler_action, const string& source)
StaticCompiler::compile(std::unique_ptr<clang::CodeGenAction>& compiler_action,
const string& source)
{
// Map code filename to a memoryBuffer
StringRef source_ref(source);
......
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