Go to file
Reid Kleckner 222610bf10 [ASan] Report illegal instruction exceptions in ASan
Summary:
Respect the handle_sigill common flag and handle_segv flags while we're
at it.

We still handle signals/exceptions differently on Unix and Windows. The
installation process is tricky on Windows, and difficult to push down
into sanitizer_common without concerning it with the different
static/dynamic CRT models on Windows.

Reviewers: kcc, etienneb

Subscribers: llvm-commits, kubabrecka

Differential Revision: https://reviews.llvm.org/D23098

llvm-svn: 277621
2016-08-03 18:13:14 +00:00
clang Fix bug in conflict check for Replacements::add(). 2016-08-03 15:12:00 +00:00
clang-tools-extra [extra-tools] Fix extra tools build bot warnings due to incorrect doc 2016-08-03 06:59:46 +00:00
compiler-rt [ASan] Report illegal instruction exceptions in ASan 2016-08-03 18:13:14 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Make min follow the OCL 1.0 specs 2016-07-25 22:36:22 +00:00
libcxx Add MSVC specifics to .gitignore. Patch from STL@microsoft.com 2016-08-03 05:51:19 +00:00
libcxxabi Attempt to bring peace to -Werror buildbots. 2016-07-19 20:35:09 +00:00
libunwind libunwind: correct return code in unwinding trace log message 2016-07-29 21:24:19 +00:00
lld lld-link: Include the name of bad input files in several "input file is bad" diagnostics. 2016-08-03 18:07:28 +00:00
lldb [RenderScript] Always create a new allocation ID in CaptureAllocationInit hook 2016-08-03 17:31:58 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [CloneFunction] Don't crash if the value map doesn't hold something 2016-08-03 17:37:10 +00:00
openmp Disable KMP_CANCEL_THREADS on Android 2016-08-03 18:08:57 +00:00
parallel-libs [StreamExecutor] Add KernelLoaderSpec 2016-08-03 18:04:13 +00:00
polly GPGPU: Mark kernel functions as polly.skip 2016-08-03 12:00:07 +00:00