mirror of git://gcc.gnu.org/git/gcc.git
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.
This commit is contained in:
parent
24663f1f6d
commit
6bee5ffd8a
|
|
@ -3,8 +3,7 @@ track various ABI changes and GCC-specific patches carefully. Here is a
|
||||||
general list of actions required to perform the merge:
|
general list of actions required to perform the merge:
|
||||||
|
|
||||||
* Checkout recent GCC tree.
|
* Checkout recent GCC tree.
|
||||||
* Run merge.sh script from libsanitizer directory. The script accepts one
|
* Run merge.sh script from libsanitizer directory.
|
||||||
argument that is control version system (svn or git).
|
|
||||||
* Modify Makefile.am files into asan/tsan/lsan/ubsan/sanitizer_common/interception
|
* Modify Makefile.am files into asan/tsan/lsan/ubsan/sanitizer_common/interception
|
||||||
directories if needed. In particular, you may need to add new source files
|
directories if needed. In particular, you may need to add new source files
|
||||||
and remove old ones in source files list, add new flags to {C, CXX}FLAGS if
|
and remove old ones in source files list, add new flags to {C, CXX}FLAGS if
|
||||||
|
|
|
||||||
|
|
@ -3,14 +3,14 @@ projects initially developed by Google Inc.
|
||||||
|
|
||||||
Both tools consist of a compiler module and a run-time library.
|
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
|
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:
|
https://github.com/llvm/llvm-project in the following directories:
|
||||||
include/sanitizer
|
compiler-rt/include/sanitizer
|
||||||
lib/sanitizer_common
|
compiler-rt/lib/sanitizer_common
|
||||||
lib/interception
|
compiler-rt/lib/interception
|
||||||
lib/asan
|
compiler-rt/lib/asan
|
||||||
lib/tsan
|
compiler-rt/lib/tsan
|
||||||
lib/lsan
|
compiler-rt/lib/lsan
|
||||||
lib/ubsan
|
compiler-rt/lib/ubsan
|
||||||
|
|
||||||
Trivial and urgent fixes (portability, build fixes, etc.) may go directly to the
|
Trivial and urgent fixes (portability, build fixes, etc.) may go directly to the
|
||||||
GCC tree. All non-trivial changes, functionality improvements, etc. should go
|
GCC tree. All non-trivial changes, functionality improvements, etc. should go
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue