Skip to content

Commit

Permalink
Darwin, libsanitizer : Support libsanitizer for x86_64-darwin20.
Browse files Browse the repository at this point in the history
The sanitizer is supported for at least x86_64 and Darwin20.

libsanitizer/ChangeLog:

	* configure.tgt: Allow x86_64 Darwin2x.

(cherry picked from commit 93f1186)
  • Loading branch information
iains committed May 1, 2021
1 parent 3d29d0d commit 1a3f2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsanitizer/configure.tgt
Expand Up @@ -60,7 +60,7 @@ case "${target}" in
TSAN_TARGET_DEPENDENT_OBJECTS=tsan_rtl_aarch64.lo
fi
;;
x86_64-*-darwin1[1-9]* | i?86-*-darwin1[1-9]*)
x86_64-*-darwin2* | x86_64-*-darwin1[2-9]* | i?86-*-darwin1[1-9]*)
TSAN_SUPPORTED=no
EXTRA_CXXFLAGS+="-Wl,-undefined,dynamic_lookup"
;;
Expand Down

0 comments on commit 1a3f2d7

Please sign in to comment.