Go to file
NAKAMURA Takumi 64404a3b2c [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from 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
2011-11-29 07:47:04 +00:00
clang [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the driver. 2011-11-29 07:47:04 +00:00
compiler-rt build: Sketch a Clang/Linux platform config. 2011-11-28 23:50:13 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Remove redundant iterator assignment detected by Marshall Clow 2011-11-28 19:49:26 +00:00
libcxxabi Add alignment requirement to char buffer 2011-11-28 21:03:21 +00:00
lldb <rdar://problem/10429064> 2011-11-29 04:03:30 +00:00
llvm [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the driver. 2011-11-29 07:47:04 +00:00
polly test: Do not hardcode '.so' as library suffix 2011-11-22 19:40:38 +00:00