summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/liblldbPluginTypeSystem
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2021-04-28 12:55:43 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2021-04-28 12:55:43 +0000
commit4f77e2687779e7349d05d3e71dca78fe4e809d15 (patch)
tree200e717510651bfa29367e947b0d42407cbce318 /gnu/usr.bin/clang/liblldbPluginTypeSystem
parenta77e5115ae9b3fe579214402d89399a74ece56e6 (diff)
Update clang build infrastructure for LLVM 11.1.0.
Heavy lifting by mortimer@, thank you so much!
Diffstat (limited to 'gnu/usr.bin/clang/liblldbPluginTypeSystem')
-rw-r--r--gnu/usr.bin/clang/liblldbPluginTypeSystem/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/usr.bin/clang/liblldbPluginTypeSystem/Makefile b/gnu/usr.bin/clang/liblldbPluginTypeSystem/Makefile
new file mode 100644
index 00000000000..7916b040b64
--- /dev/null
+++ b/gnu/usr.bin/clang/liblldbPluginTypeSystem/Makefile
@@ -0,0 +1,18 @@
+# $OpenBSD: Makefile,v 1.1 2021/04/28 12:55:42 patrick Exp $
+
+LIB= lldbPluginTypeSystem
+NOPIC=
+NOPROFILE=
+
+.include <bsd.own.mk>
+SRCS= TypeSystemClang.cpp \
+
+.PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/TypeSystem/Clang
+
+install:
+ @# Nothing here so far ...
+
+.include <bsd.lib.mk>
+
+CPPFLAGS+= ${LLDB_INCLUDES}
+CPPFLAGS+= ${CLANG_INCLUDES}