Skip to content
Snippets Groups Projects
Commit bfe03836 authored by Matthew McGill's avatar Matthew McGill
Browse files

thanos integration

Former-commit-id: b36d5bc6a8e506a7af82955e547f444a4acd29e2
parent 3ee02409
No related branches found
No related tags found
No related merge requests found
......@@ -247,7 +247,7 @@ int IRDBObjects_t::DeleteVariant(db_id_t variant_id)
int IRDBObjects_t::WriteBackAll(void)
{
int ret_status = 0;
cout << "Writing file IRs" << endl;
// Write back FileIRs
for(map<db_id_t, pair<shared_ptr<File_t>, shared_ptr<FileIR_t>>>::iterator
file_it = file_IR_map.begin();
......
......@@ -605,6 +605,8 @@ int PopulateCFG::ParseArgs
fix_landing_pads = false;
}
}
cout<<"fix_landing_pads="<<fix_landing_pads<<endl;
return 0;
}
......
......@@ -272,5 +272,5 @@ int execute_step(int argc, char* argv[], bool step_optional, Mode exec_mode,
}
}
return 12;
return step_error;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment