From c1e0431c2202faa178642c8b54e545df3ed44f5f Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Mon, 18 Apr 2022 20:26:40 +0200 Subject: [PATCH] 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 --- lib/libclang_rt/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libclang_rt/Makefile b/lib/libclang_rt/Makefile index fcc17310549b..0f9a123b0fba 100644 --- a/lib/libclang_rt/Makefile +++ b/lib/libclang_rt/Makefile @@ -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