From: Aleksandar Rakic
Chao-ying Fu (2):
Fix libsanitizer linkage options for cross toolchains
Enable LSAN and TSAN for mips with the 64-bit abi
Faraz Shahbazker (1):
Add shadow-map for n32 ABI
Jean Lee (1):
Add uclibc support
gcc/gcc.cc| 20 ---
HTEC Public
> It is mentioned in libsantizer/README.gcc :
> ```
> 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://github.com/llvm/llvm-project in the following directories:
> ```
>
> Thanks,
> Andrew
-patches@gcc.gnu.org; Djordje Todorovic; c...@mips.com; ja...@redhat.com
Subject: Re: [PATCH v2 0/4] Libsanitizer improvements
CAUTION: This email originated from outside of the organization. Do not click
links or open attachments unless you recognize the sender and know the content
is safe.
On
; From: Richard Biener
> Sent: Tuesday, April 1, 2025 2:50 PM
> To: Aleksandar Rakic
> Cc: gcc-patches@gcc.gnu.org; Djordje Todorovic; c...@mips.com;
> ja...@redhat.com
> Subject: Re: [PATCH v2 0/4] Libsanitizer improvements
>
> CAUTION: This email originated from outside of
On Mon, Mar 17, 2025 at 2:24 PM Aleksandar Rakic
wrote:
>
> This patch series improves the libsanitizer for the mips target
> in GCC.
You should send these improvements to upstream libsanitizer instead.
> These patches are cherry-picked from the mips_rel/11_2_0/master
> and mips_rel/9_3_0/master
This patch series improves the libsanitizer for the mips target
in GCC.
These patches are cherry-picked from the mips_rel/11_2_0/master
and mips_rel/9_3_0/master branches from the MIPS' repository:
https://github.com/MIPS/gcc .
Further details on the individual changes are included in the
respecti