riscv64: enable ASAN and UBSAN

Differential review:	https://reviews.freebsd.org/D33875
Approved by:	dim, imp
This commit is contained in:
Piotr Kubaj 2022-01-14 01:28:55 +01:00
parent e1ef6c0ef2
commit 9fc1314266

View file

@ -30,6 +30,16 @@ SUBDIR+= xray-fdr
SUBDIR+= xray-profiling
.endif # amd64
.if ${MACHINE_CPUARCH} == "riscv"
SUBDIR+= asan
SUBDIR+= asan-preinit
SUBDIR+= asan_cxx
SUBDIR+= asan_dynamic
SUBDIR+= ubsan_minimal
SUBDIR+= ubsan_standalone
SUBDIR+= ubsan_standalone_cxx
.endif # riscv
SUBDIR+= profile
SUBDIR_PARALLEL=