]> git.ipfire.org Git - thirdparty/gcc.git/blame - libsanitizer/README.gcc
tree-optimization/95495 - use SLP_TREE_REPRESENTATIVE in assertion
[thirdparty/gcc.git] / libsanitizer / README.gcc
CommitLineData
a795cd3d 1AddressSanitizer and ThreadSanitizer (https://github.com/google/sanitizers) are
5cba83a8 2projects initially developed by Google Inc.
a795cd3d 3
5cba83a8
KS
4Both tools consist of a compiler module and a run-time library.
5The sources of the run-time library for these projects are hosted at
6bee5ffd
ML
6https://github.com/llvm/llvm-project in the following directories:
7 compiler-rt/include/sanitizer
8 compiler-rt/lib/sanitizer_common
9 compiler-rt/lib/interception
10 compiler-rt/lib/asan
11 compiler-rt/lib/tsan
12 compiler-rt/lib/lsan
13 compiler-rt/lib/ubsan
5cba83a8
KS
14
15Trivial and urgent fixes (portability, build fixes, etc.) may go directly to the
16GCC tree. All non-trivial changes, functionality improvements, etc. should go
17through the upstream tree first and then be merged back to the GCC tree.
3409d40e
KS
18The merges from upstream should be done with the aid of the merge.sh script;
19it will also update the file MERGE to contain the upstream revision
20we merged with.