Remove m_nloops field from loop_versioning
[official-gcc.git] / libsanitizer / README.gcc
blob07defc5b6d8700803e402f0e2ea70d7854c2d769
1 AddressSanitizer and ThreadSanitizer (https://github.com/google/sanitizers) are
2 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 https://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
14   compiler-rt/lib/hwasan
16 Trivial and urgent fixes (portability, build fixes, etc.) may go directly to the
17 GCC tree.  All non-trivial changes, functionality improvements, etc. should go
18 through the upstream tree first and then be merged back to the GCC tree.
19 The merges from upstream should be done with the aid of the merge.sh script;
20 it will also update the file MERGE to contain the upstream revision
21 we merged with.