gcc/libsanitizer
Rainer Orth 7cfb726052 Fix sanitizer_common/sanitizer_posix_libcdep.cc compilation on Solaris 11.5
* sanitizer_common/sanitizer_posix_libcdep.cc: Cherry-pick
	compiler-rt revision 363778.

From-SVN: r272685
2019-06-26 10:43:08 +00:00
..
asan libsanitizer - remove reference to __cxa_rethrow_primary_exception. 2019-06-18 08:01:00 +00:00
builtins
include
interception
libbacktrace
lsan
sanitizer_common Fix sanitizer_common/sanitizer_posix_libcdep.cc compilation on Solaris 11.5 2019-06-26 10:43:08 +00:00
tsan rs6000: Fix sanitizer build (PR90639) 2019-05-27 21:12:19 +02:00
ubsan
ChangeLog Fix sanitizer_common/sanitizer_posix_libcdep.cc compilation on Solaris 11.5 2019-06-26 10:43:08 +00:00
HOWTO_MERGE
LICENSE.TXT
LOCAL_PATCHES LOCAL_PATCHES: Add revision. 2019-04-08 13:09:26 +00:00
MERGE
Makefile.am
Makefile.in
README.gcc
acinclude.m4
aclocal.m4
config.h.in
configure Remove obsolete Solaris 10 support 2019-05-14 17:17:23 +00:00
configure.ac Remove obsolete Solaris 10 support 2019-05-14 17:17:23 +00:00
configure.tgt
libsanitizer.spec.in
libtool-version
merge.sh

README.gcc

AddressSanitizer and ThreadSanitizer (https://github.com/google/sanitizers) are
projects initially developed by Google Inc.

Both tools consist of a compiler module and a run-time library.
The sources of the run-time library for these projects are hosted at
https://llvm.org/svn/llvm-project/compiler-rt in the following directories:
  include/sanitizer
  lib/sanitizer_common
  lib/interception
  lib/asan
  lib/tsan
  lib/lsan
  lib/ubsan

Trivial and urgent fixes (portability, build fixes, etc.) may go directly to the
GCC tree.  All non-trivial changes, functionality improvements, etc. should go
through the upstream tree first and then be merged back to the GCC tree.
The merges from upstream should be done with the aid of the merge.sh script;
it will also update the file MERGE to contain the upstream revision
we merged with.