summaryrefslogtreecommitdiff
path: root/libsanitizer/HOWTO_MERGE
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to SVN in libsanitizer.Martin Liska2020-05-291-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.
* Update merge script and HOWTO_MERGE documentation.Martin Liska2018-10-311-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
* re PR sanitizer/78307 (missing symbols in libubsan without changing the soname)Maxim Ostapenko2016-11-161-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
* Update HOWTO_MERGE file for libsanitizer.Maxim Ostapenko2015-10-231-18/+31
| | | | From-SVN: r229215
* HOWTO_MERGE: New file.Max Ostapenko2015-10-211-0/+26
libsanitizer/ * HOWTO_MERGE: New file. From-SVN: r229116