mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-10 20:15:43 +08:00
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:
parent
3de9fb3235
commit
a542e4d673
@ -72,6 +72,8 @@ case "${target}" in
|
||||
;;
|
||||
riscv64-*-linux*)
|
||||
;;
|
||||
loongarch64-*-linux*)
|
||||
;;
|
||||
*)
|
||||
UNSUPPORTED=1
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user