summaryrefslogtreecommitdiffstats
path: root/lib/libclang_rt/ubsan_cxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libclang_rt/ubsan_cxx/Makefile')
-rw-r--r--lib/libclang_rt/ubsan_cxx/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libclang_rt/ubsan_cxx/Makefile b/lib/libclang_rt/ubsan_cxx/Makefile
new file mode 100644
index 0000000..e577a15
--- /dev/null
+++ b/lib/libclang_rt/ubsan_cxx/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+.include <bsd.init.mk>
+
+LIB= clang_rt.ubsan_cxx-${CRTARCH}
+
+CXXFLAGS+=-frtti
+
+.PATH: ${CRTSRC}/lib/ubsan
+
+SRCS= ubsan_handlers_cxx.cc\
+ ubsan_type_hash.cc
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud