Modified the code so that we exit() with a non-zero value instead of calling
abort() when we can't open the input filename. The abort() function generates a core dump if possible and is meant for handling errors so grand that even the program knows that debugging is necessary. llvm-svn: 8415
Loading
Please register or sign in to comment