public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] libsanitizer: enable libubsan and libasan for loongarch64-*-linux*
@ 2022-08-31  5:54 Xi Ruoyao
  2022-08-31  6:20 ` Lulu Cheng
  0 siblings, 1 reply; 2+ messages in thread
From: Xi Ruoyao @ 2022-08-31  5:54 UTC (permalink / raw)
  To: gcc-patches; +Cc: Lulu Cheng, Wang Xuerui, Chenghua Xu, Xi Ruoyao

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*.
---
 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
 	;;
-- 
2.37.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] libsanitizer: enable libubsan and libasan for loongarch64-*-linux*
  2022-08-31  5:54 [PATCH] libsanitizer: enable libubsan and libasan for loongarch64-*-linux* Xi Ruoyao
@ 2022-08-31  6:20 ` Lulu Cheng
  0 siblings, 0 replies; 2+ messages in thread
From: Lulu Cheng @ 2022-08-31  6:20 UTC (permalink / raw)
  To: Xi Ruoyao, gcc-patches; +Cc: Wang Xuerui, Chenghua Xu

OK!

Thanks!

在 2022/8/31 下午1:54, Xi Ruoyao 写道:
> 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*.
> ---
>   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] 2+ messages in thread

end of thread, other threads:[~2022-08-31  6:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-31  5:54 [PATCH] libsanitizer: enable libubsan and libasan for loongarch64-*-linux* Xi Ruoyao
2022-08-31  6:20 ` Lulu Cheng

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).