diff options
author | Giuliano Belinassi <giuliano.belinassi@usp.br> | 2020-08-22 17:43:43 -0300 |
---|---|---|
committer | Giuliano Belinassi <giuliano.belinassi@usp.br> | 2020-08-22 17:43:43 -0300 |
commit | a926878ddbd5a98b272c22171ce58663fc04c3e0 (patch) | |
tree | 86af256e5d9a9c06263c00adc90e5fe348008c43 /libsanitizer/README.gcc | |
parent | 542730f087133690b47e036dfd43eb0db8a650ce (diff) | |
parent | 07cbaed8ba7d1b6e4ab3a9f44175502a4e1ecdb1 (diff) | |
download | gcc-devel/autopar_devel.zip gcc-devel/autopar_devel.tar.gz gcc-devel/autopar_devel.tar.bz2 |
Merge branch 'autopar_rebase2' into autopar_develdevel/autopar_devel
Quickly commit changes in the rebase branch.
Diffstat (limited to 'libsanitizer/README.gcc')
-rw-r--r-- | libsanitizer/README.gcc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libsanitizer/README.gcc b/libsanitizer/README.gcc index ec491ba..fdb0ec5 100644 --- a/libsanitizer/README.gcc +++ b/libsanitizer/README.gcc @@ -3,14 +3,14 @@ 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 +https://github.com/llvm/llvm-project in the following directories: + compiler-rt/include/sanitizer + compiler-rt/lib/sanitizer_common + compiler-rt/lib/interception + compiler-rt/lib/asan + compiler-rt/lib/tsan + compiler-rt/lib/lsan + compiler-rt/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 |