Darwin, libsanitizer : Support libsanitizer for x86_64-darwin20.

The sanitizer is supported for at least x86_64 and Darwin20.

libsanitizer/ChangeLog:

	* configure.tgt: Allow x86_64 Darwin2x.
This commit is contained in:
Iain Sandoe 2020-11-18 13:15:47 +00:00
parent dec42fe4e3
commit 93f1186f7d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ case "${target}" in
TSAN_TARGET_DEPENDENT_OBJECTS=tsan_rtl_aarch64.lo
fi
;;
x86_64-*-darwin1[2-9]* | i?86-*-darwin1[2-9]*)
x86_64-*-darwin2* | x86_64-*-darwin1[2-9]* | i?86-*-darwin1[2-9]*)
TSAN_SUPPORTED=no
;;
x86_64-*-solaris2.11* | i?86-*-solaris2.11*)