aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2022-08-31 13:46:22 +0800
committerXi Ruoyao <xry111@xry111.site>2022-08-31 13:54:08 +0800
commita542e4d67306f207845ce2a3036d5360654a6a8c (patch)
treea67fc79503948d234f32351233e6848de267b94d
parent3de9fb3235998a052ba5978bc0fd8ff3fad88810 (diff)
downloadgcc-a542e4d67306f207845ce2a3036d5360654a6a8c.zip
gcc-a542e4d67306f207845ce2a3036d5360654a6a8c.tar.gz
gcc-a542e4d67306f207845ce2a3036d5360654a6a8c.tar.bz2
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*.
-rw-r--r--libsanitizer/configure.tgt2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsanitizer/configure.tgt b/libsanitizer/configure.tgt
index fb89df4..87d8a2c 100644
--- a/libsanitizer/configure.tgt
+++ b/libsanitizer/configure.tgt
@@ -72,6 +72,8 @@ case "${target}" in
;;
riscv64-*-linux*)
;;
+ loongarch64-*-linux*)
+ ;;
*)
UNSUPPORTED=1
;;