summaryrefslogtreecommitdiffstats
path: root/llvm/utils/not/not.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a --crash option to not.Rafael Espindola2013-07-051-2/+21
| | | | | | | | | | | | | Now the two possible uses of not are * not cmd Will return true if cmd doesn't crash and returns false. * not --crash cmd Will return true if cmd crashes. It will be used/tested in a followup commit for the clang crash recovery testing. llvm-svn: 185678
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-131-2/+1
| | | | llvm-svn: 183940
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-131-2/+3
| | | | llvm-svn: 183928
* Remove the program class.Rafael Espindola2013-06-121-3/+2
| | | | | | | It was only used to implement ExecuteAndWait and ExecuteNoWait. Expose just those two functions and make Execute and Wait implementations details. llvm-svn: 183864
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
| | | | llvm-svn: 120298
* not is testing for a normal exit with a non-zero value. It shouldn'tDan Gohman2010-10-291-1/+11
| | | | | | return success if the child process is killed with a signal. llvm-svn: 117701
* Add count/not tools as executables.Daniel Dunbar2009-09-241-0/+17
- Apparently, I'm willing to do incredibly stupid things in the name of portability. llvm-svn: 82685
OpenPOWER on IntegriCloud