mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
[PATCH 3/3] libsanitizer: RISC-V supports HWASAN.
With both libsanitizer and the RISC-V back end supporting HWASAN, enable building libsanitizer with HWASAN support for RISC-V targets. ------ libsanitizer/ChangeLog: * configure.tgt: Enable HWASAN support for RISC-V target.
This commit is contained in:
committed by
Jeff Law
parent
e712b42c5e
commit
07d9bdf429
@@ -76,6 +76,7 @@ case "${target}" in
|
||||
TSAN_SUPPORTED=yes
|
||||
LSAN_SUPPORTED=yes
|
||||
TSAN_TARGET_DEPENDENT_OBJECTS=tsan_rtl_riscv64.lo
|
||||
HWASAN_SUPPORTED=yes
|
||||
fi
|
||||
;;
|
||||
loongarch64-*-linux*)
|
||||
|
||||
Reference in New Issue
Block a user