For now, msan is 64-bit only.

This commit is contained in:
Dimitry Andric 2018-08-04 14:39:45 +00:00
parent 2d31b1b89c
commit c6994e5b2f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang700-import/; revision=337320

View File

@ -6,8 +6,10 @@ SUBDIR+= asan
SUBDIR+= asan-preinit
SUBDIR+= asan_cxx
SUBDIR+= asan_dynamic
.if ${MACHINE_CPUARCH} == "amd64"
SUBDIR+= msan
SUBDIR+= msan_cxx
.endif
SUBDIR+= safestack
SUBDIR+= stats
SUBDIR+= stats_client