riscv: also enable includes, stats and stats_client in libclang_rt

Reviewed by:	dim (earlier version)
Differential Revision: https://reviews.freebsd.org/D34735
MFC after:	3 days
This commit is contained in:
Piotr Kubaj 2022-04-18 20:26:40 +02:00
parent 3020bfe1b8
commit c1e0431c22

View File

@ -33,10 +33,13 @@ SUBDIR+= xray-profiling
.endif # amd64
.if ${MACHINE_CPUARCH} == "riscv"
SUBDIR+= include
SUBDIR+= asan
SUBDIR+= asan-preinit
SUBDIR+= asan_cxx
SUBDIR+= asan_dynamic
SUBDIR+= stats
SUBDIR+= stats_client
SUBDIR+= ubsan_minimal
SUBDIR+= ubsan_standalone
SUBDIR+= ubsan_standalone_cxx