diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-03-05 09:44:43 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-03-05 09:44:43 +0000 |
commit | f4372fe2684f31fe80cef0ee264682d74795d702 (patch) | |
tree | 39075e239c70ff616f62d80d6c50197bc2932b2b /gnu/usr.bin/clang/libLLVMPasses/Makefile | |
parent | cd495d4c6bae7dac3029dca25d71d7e5ee960f52 (diff) |
Build and install a shared libLLVM, llvm-config and llvm includes.
This is required to build the radeonsi Mesa driver.
ok patrick@
Diffstat (limited to 'gnu/usr.bin/clang/libLLVMPasses/Makefile')
-rw-r--r-- | gnu/usr.bin/clang/libLLVMPasses/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gnu/usr.bin/clang/libLLVMPasses/Makefile b/gnu/usr.bin/clang/libLLVMPasses/Makefile index 3bd0c32184b..948cca4f917 100644 --- a/gnu/usr.bin/clang/libLLVMPasses/Makefile +++ b/gnu/usr.bin/clang/libLLVMPasses/Makefile @@ -1,17 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:35 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2019/03/05 09:44:41 jsg Exp $ LIB= LLVMPasses -NOPIC= NOPROFILE= CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/Passes -.include <bsd.own.mk> -SRCS= PassBuilder.cpp +SRCS+= PassBuilder.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Passes - -install: - @# Nothing here so far ... - -.include <bsd.lib.mk> |