public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-2296] libsanitizer: enable libubsan and libasan for loongarch64-*-linux*
@ 2022-08-31  6:34 Xi Ruoyao
  0 siblings, 0 replies; only message in thread
From: Xi Ruoyao @ 2022-08-31  6:34 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a542e4d67306f207845ce2a3036d5360654a6a8c

commit r13-2296-ga542e4d67306f207845ce2a3036d5360654a6a8c
Author: Xi Ruoyao <xry111@xry111.site>
Date:   Wed Aug 31 13:46:22 2022 +0800

    libsanitizer: enable libubsan and libasan for loongarch64-*-linux*
    
    The LoongArch support for libubsan and libasan has been added in:
    
    - https://reviews.llvm.org/D129371
    - https://reviews.llvm.org/D129418
    
    and we've merged them in r13-2269.  It's time to enable them.
    
    No unexpected failures in GCC asan.exp and ubsan.exp tests.
    
    libsanitizer/ChangeLog:
    
            * configure.tgt: Allow loongarch64-*-linux*.

Diff:
---
 libsanitizer/configure.tgt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libsanitizer/configure.tgt b/libsanitizer/configure.tgt
index fb89df4935c..87d8a2c3820 100644
--- a/libsanitizer/configure.tgt
+++ b/libsanitizer/configure.tgt
@@ -72,6 +72,8 @@ case "${target}" in
 	;;
   riscv64-*-linux*)
 	;;
+  loongarch64-*-linux*)
+	;;
   *)
 	UNSUPPORTED=1
 	;;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-31  6:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-31  6:34 [gcc r13-2296] libsanitizer: enable libubsan and libasan for loongarch64-*-linux* Xi Ruoyao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).