Exit if launch doesn't succeed.

llvm-svn: 195371
This commit is contained in:
Greg Clayton 2013-11-21 19:03:34 +00:00
parent dd59dcb6d1
commit 904c145d4c
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ main (int argc, char *argv[])
else
{
fprintf (stderr, "error: failed to launch '%s': %s\n", argv[0], error.AsCString());
exit(1);
}
}