git: c1e0431c2202 - main - riscv: also enable includes, stats and stats_client in libclang_rt

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Mon, 16 May 2022 21:57:23 UTC
The branch main has been updated by pkubaj (ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=c1e0431c2202faa178642c8b54e545df3ed44f5f

commit c1e0431c2202faa178642c8b54e545df3ed44f5f
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-18 18:26:40 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-05-16 21:56:21 +0000

    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