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 via email to