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*.
This commit is contained in:
Xi Ruoyao 2022-08-31 13:46:22 +08:00
parent 3de9fb3235
commit a542e4d673
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -72,6 +72,8 @@ case "${target}" in
;;
riscv64-*-linux*)
;;
loongarch64-*-linux*)
;;
*)
UNSUPPORTED=1
;;