2012-11-22 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / libsanitizer / README.gcc
blob8fb0a932b4098d26adaf4b62c63a45c65544a784
1 AddressSanitizer (http://code.google.com/p/address-sanitizer) and
2 ThreadSanitizer (http://code.google.com/p/thread-sanitizer/) are
3 projects initially developed by Google Inc.
4 Both tools consist of a compiler module and a run-time library.
5 The sources of the run-time library for these projects are hosted at
6 http://llvm.org/svn/llvm-project/compiler-rt in the following directories:
7   include/sanitizer
8   lib/sanitizer_common
9   lib/interception
10   lib/asan
11   lib/tsan
13 Trivial and urgent fixes (portability, build fixes, etc.) may go directly to the
14 GCC tree.  All non-trivial changes, functionality improvements, etc. should go
15 through the upstream tree first and then be merged back to the GCC tree.