Skip to content

Commit

Permalink
Merge pull request #126 from mull-project/shutdown_properly
Browse files Browse the repository at this point in the history
Call llvm_shutdown before exit (it doesn't crash anymore)
  • Loading branch information
stanislaw committed Feb 25, 2017
2 parents b2a3aaa + 62a66c9 commit 7056afb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/driver/driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ int main(int argc, char *argv[]) {

SQLiteReporter reporter(config.getProjectName());
reporter.reportResults(result);
/// It does crash at the very moment
/// llvm_shutdown();
llvm_shutdown();
return EXIT_SUCCESS;
}

0 comments on commit 7056afb

Please sign in to comment.