IBM Z: Enable LSan and TSan
libsanitizer/ChangeLog: * configure.tgt (s390*-*-linux*): Enable LSan and TSan for s390x.
This commit is contained in:
parent
b662250c1f
commit
ea22954e7c
@ -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*)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user