This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC][PATCH 1/X][libsanitizer] Introduce libsanitizer to GCC tree
On 9/6/19 4:46 PM, Matthew Malcomson wrote:
Hello.
> We have taken the libsanitizer library from the same SVN revision as
> the other sanitizer libraries are taken from (SVN revision 345033 as
> mentioned in libsanitizer/MERGE).
Note that I updated the libsanitizer in the meantime to r368656. That said
I guess the patch does not correspond to what's the content of the newly
added hwasan/* files.
I would probably recommend to start with the change to merge.sh:
+merge lib/hwasan hwasan
and then run the script to update to latest libsanitizer version.
Martin