aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/HOWTO_MERGE
AgeCommit message (Collapse)AuthorFilesLines
2020-05-29Remove references to SVN in libsanitizer.Martin Liska1-2/+1
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.
2018-10-31Update merge script and HOWTO_MERGE documentation.Martin Liska1-3/+6
2018-10-31 Martin Liska <mliska@suse.cz> * HOWTO_MERGE: Enhance documentation. * merge.sh: Add support for git as well. From-SVN: r265664
2016-11-16re PR sanitizer/78307 (missing symbols in libubsan without changing the soname)Maxim Ostapenko1-1/+3
PR sanitizer/78307 * ubsan/ubsan_handlers.cc (__ubsan_handle_cfi_bad_icall): New function. ( __ubsan_handle_cfi_bad_icall_abort): Likewise. * ubsan/ubsan_handlers.h (struct CFIBadIcallData): New type. * ubsan/ubsan_handlers_cxx.cc (__ubsan_handle_cfi_bad_type): New function. (__ubsan_handle_cfi_bad_type_abort): Likewise. * ubsan/ubsan_handlers_cxx.h (struct CFIBadTypeData): New type. (__ubsan_handle_cfi_bad_type): Export function. (__ubsan_handle_cfi_bad_type_abort): Likewise. * HOWTO_MERGE: Update documentation. From-SVN: r242478
2015-10-23Update HOWTO_MERGE file for libsanitizer.Maxim Ostapenko1-18/+31
From-SVN: r229215
2015-10-21HOWTO_MERGE: New file.Max Ostapenko1-0/+26
libsanitizer/ * HOWTO_MERGE: New file. From-SVN: r229116