mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 04:55:52 +00:00
Temporarily disabled building tsan_unittest on Darwin.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10217
This commit is contained in:
parent
455137340c
commit
ee8e69ab60
@ -248,7 +248,10 @@ check_PROGRAMS += boost_thread
|
||||
endif
|
||||
|
||||
if HAVE_BUILTIN_ATOMIC
|
||||
check_PROGRAMS += annotate_rwlock atomic_var circular_buffer tsan_unittest
|
||||
check_PROGRAMS += annotate_rwlock atomic_var circular_buffer
|
||||
if ! VGCONF_OS_IS_DARWIN
|
||||
check_PROGRAMS += tsan_unittest
|
||||
endif
|
||||
endif
|
||||
|
||||
if HAVE_OPENMP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user