| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
llvm-svn: 183940
|
| |
|
|
| |
llvm-svn: 183928
|
| |
|
|
|
|
|
| |
It was only used to implement ExecuteAndWait and ExecuteNoWait. Expose just
those two functions and make Execute and Wait implementations details.
llvm-svn: 183864
|
| |
|
|
| |
llvm-svn: 120298
|
| |
|
|
|
|
| |
return success if the child process is killed with a signal.
llvm-svn: 117701
|
|
|
- Apparently, I'm willing to do incredibly stupid things in the name of portability.
llvm-svn: 82685
|