Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable the crash reporter when running lit tests. | Argyrios Kyrtzidis | 2012-01-11 | 1 | -1/+1 |
| | | | | llvm-svn: 147965 | ||||
* | [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from ↵ | NAKAMURA Takumi | 2011-11-29 | 1 | -1/+1 |
| | | | | | | | | | | | | the driver. clang/lib/Driver/Driver.cpp: Don't pass through negative exit status, or parent would be confused. llvm::sys::Program::Wait(): Suppose 0x8000XXXX and 0xC000XXXX as abnormal exit code and pass it as negative value. Win32 Exception Handler: Exit with ExceptionCode on an unhandle exception. llvm-svn: 145389 | ||||
* | Fix build on mingw-w64. | Anton Korobeynikov | 2011-10-21 | 1 | -6/+8 |
| | | | | | | Patch by Ruben Van Boxem! llvm-svn: 142646 | ||||
* | Add Windows x64 stack walking support. Patch by Aaron Ballman! | Michael J. Spencer | 2011-10-01 | 1 | -32/+190 |
| | | | | llvm-svn: 140906 | ||||
* | lib/Support/Windows/Signals.inc: "Showstopper" dialogs may be suppressed ↵ | NAKAMURA Takumi | 2011-01-17 | 1 | -0/+3 |
| | | | | | | with SetErrorMode() on Windows 7. llvm-svn: 123685 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+325 |
llvm-svn: 120298 |