public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Lulu Cheng <chenglulu@loongson.cn>
To: Xi Ruoyao <xry111@xry111.site>, gcc-patches@gcc.gnu.org
Cc: Wang Xuerui <i@xen0n.name>, Chenghua Xu <xuchenghua@loongson.cn>
Subject: Re: [PATCH] libsanitizer: enable libubsan and libasan for loongarch64-*-linux*
Date: Wed, 31 Aug 2022 14:20:46 +0800	[thread overview]
Message-ID: <9c5ce228-9994-0794-552b-b0ee360cc036@loongson.cn> (raw)
In-Reply-To: <20220831055445.8808-1-xry111@xry111.site>

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
>   	;;


      reply	other threads:[~2022-08-31  6:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-31  5:54 Xi Ruoyao
2022-08-31  6:20 ` Lulu Cheng [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9c5ce228-9994-0794-552b-b0ee360cc036@loongson.cn \
    --to=chenglulu@loongson.cn \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=i@xen0n.name \
    --cc=xry111@xry111.site \
    --cc=xuchenghua@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).