"examples/nas/vscode:/vscode.git/clone" did not exist on "3ddab9804bee20023db30c90216d0aeb1dae63cd"
Commit 6c34bc60 authored by umangyadav's avatar umangyadav
Browse files

formatting

parent d9bbe8ac
......@@ -104,7 +104,8 @@ void run_passes(program& prog, const std::vector<pass>& passes, tracer trace)
if(module_tracer_map.find(mod->name()) == module_tracer_map.end())
{
module_tracer_map[mod->name()] = module_trace;
if(trace.enabled()) {
if(trace.enabled())
{
module_tracer_map[mod->name()].dump_dir += "/" + mod->name();
}
}
......
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