aboutsummaryrefslogtreecommitdiff
path: root/lib/libclang_rt/Makefile
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-05-17 06:39:29 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-05-17 19:46:53 +0000
commitf5024381ac16ba43d37a8bd32d54c27f6a6afa66 (patch)
tree4fb695cb3920e49d3cdc0adad6272fde937384a9 /lib/libclang_rt/Makefile
parent9bf4983f54919c38a0e3aae2bea09c04c8ee4421 (diff)
downloadsrc-f5024381ac16ba43d37a8bd32d54c27f6a6afa66.tar.gz
src-f5024381ac16ba43d37a8bd32d54c27f6a6afa66.zip
Diffstat (limited to 'lib/libclang_rt/Makefile')
-rw-r--r--lib/libclang_rt/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/libclang_rt/Makefile b/lib/libclang_rt/Makefile
index 0f9a123b0fba..6c6aa2af2a5f 100644
--- a/lib/libclang_rt/Makefile
+++ b/lib/libclang_rt/Makefile
@@ -32,6 +32,31 @@ SUBDIR+= xray-fdr
SUBDIR+= xray-profiling
.endif # amd64
+.if ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "powerpc64le"
+SUBDIR+= include
+SUBDIR+= asan
+SUBDIR+= asan-preinit
+SUBDIR+= asan_cxx
+SUBDIR+= asan_dynamic
+SUBDIR+= asan_static
+SUBDIR+= msan
+SUBDIR+= msan_cxx
+SUBDIR+= stats
+SUBDIR+= stats_client
+SUBDIR+= tsan
+SUBDIR+= tsan_cxx
+SUBDIR+= ubsan_minimal
+SUBDIR+= ubsan_standalone
+SUBDIR+= ubsan_standalone_cxx
+.endif # powerpc64 || powerpc64le
+
+.if ${MACHINE_ARCH} == "powerpc64le"
+SUBDIR+= xray
+SUBDIR+= xray-basic
+SUBDIR+= xray-fdr
+SUBDIR+= xray-profiling
+.endif # powerpc64le
+
.if ${MACHINE_CPUARCH} == "riscv"
SUBDIR+= include
SUBDIR+= asan