git: 3d38a083c770 - stable/13 - riscv: also enable includes, stats and stats_client in libclang_rt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 May 2022 14:40:29 UTC
The branch stable/13 has been updated by pkubaj (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=3d38a083c770d230f8ac09f9d352b59f0c34f039 commit 3d38a083c770d230f8ac09f9d352b59f0c34f039 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-18 18:26:40 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-05-21 14:40:14 +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 (cherry picked from commit c1e0431c2202faa178642c8b54e545df3ed44f5f) --- lib/libclang_rt/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libclang_rt/Makefile b/lib/libclang_rt/Makefile index ca0796b0e65d..952b7ea8806a 100644 --- a/lib/libclang_rt/Makefile +++ b/lib/libclang_rt/Makefile @@ -31,10 +31,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