Go to file
Reid Kleckner 3b5c639f48 Driver: Produce crash diagnostics more often on Windows
Assertion failures call abort(), which return an exit code of 3 on
Windows.  The 'not' utility has the same check.

Unfortunately, the crash-report.c test requires a shell, so it does not
run for me locally, so I can only test this manually.

There's still more work to be done here: we should generate a batch
script instead of a shell script on Windows.

llvm-svn: 212481
2014-07-07 20:23:27 +00:00
clang Driver: Produce crash diagnostics more often on Windows 2014-07-07 20:23:27 +00:00
clang-tools-extra Update for llvm api change. 2014-07-06 17:43:19 +00:00
compiler-rt [Sanitizer] Move test for malloc/free hooks under test/sanitizer_common 2014-07-07 18:47:29 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc prepare-builtins: Fix broken build due to recent LLVM API change 2014-07-07 17:46:45 +00:00
libcxx Minor cleanup for string_view; mostly from suggestions by Richard Smith. Also, make the tests pass under c++03 2014-07-02 15:45:57 +00:00
libcxxabi Add a cmake build system. 2014-07-03 19:35:48 +00:00
lld [Mips] Make rel-dynamic-05.test test case independent from external input files. 2014-07-07 20:14:49 +00:00
lldb llvm::IntrusiveRefCntPtr => std::shared_ptr to match the changes in clang r212388 2014-07-06 18:39:39 +00:00
llvm Refactor ARM subarchitecture parsing 2014-07-07 20:01:11 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Update for llvm api change. 2014-07-06 18:11:46 +00:00