Only build tsan and tsan_cxx for amd64, as 32 bit is unsupported.

This commit is contained in:
Dimitry Andric 2017-12-25 13:17:29 +00:00
parent 672ad20541
commit bba3cdafbb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang600-import/; revision=327174

View file

@ -9,8 +9,10 @@ SUBDIR+= asan_dynamic
SUBDIR+= safestack
SUBDIR+= stats
SUBDIR+= stats_client
.if ${MACHINE_CPUARCH} == "amd64"
SUBDIR+= tsan
SUBDIR+= tsan_cxx
.endif
SUBDIR+= ubsan_minimal
SUBDIR+= ubsan_standalone
SUBDIR+= ubsan_standalone_cxx