IBM Z: Enable LSan and TSan

libsanitizer/ChangeLog:

	* configure.tgt (s390*-*-linux*): Enable LSan and TSan for
	s390x.
This commit is contained in:
Ilya Leoshkevich 2021-07-22 15:51:56 +02:00
parent b662250c1f
commit ea22954e7c

View File

@ -41,6 +41,11 @@ case "${target}" in
sparc*-*-linux*)
;;
s390*-*-linux*)
if test x$ac_cv_sizeof_void_p = x8; then
TSAN_SUPPORTED=yes
LSAN_SUPPORTED=yes
TSAN_TARGET_DEPENDENT_OBJECTS=tsan_rtl_s390x.lo
fi
;;
sparc*-*-solaris2.11*)
;;