aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/README.gcc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2020-05-29 11:50:54 +0200
committerMartin Liska <mliska@suse.cz>2020-05-29 11:50:54 +0200
commit6bee5ffd8ad1ea6640354db62f86591ab6b19954 (patch)
tree49d3621fbf7c439b3e8bfd5c58c38367baa6f272 /libsanitizer/README.gcc
parent24663f1f6d709daf8913484914ed01af9f7a480a (diff)
downloadgcc-6bee5ffd8ad1ea6640354db62f86591ab6b19954.zip
gcc-6bee5ffd8ad1ea6640354db62f86591ab6b19954.tar.gz
gcc-6bee5ffd8ad1ea6640354db62f86591ab6b19954.tar.bz2
Remove references to SVN in libsanitizer.
Simple documentation update based on usage of GIT by both LLVM and GCC. libsanitizer/ChangeLog: * HOWTO_MERGE: Do not mention not existing argument. * README.gcc: Update LLVM repository location.
Diffstat (limited to 'libsanitizer/README.gcc')
-rw-r--r--libsanitizer/README.gcc16
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