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/libLLVMBitWriter | |
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/libLLVMBitWriter')
-rw-r--r-- | gnu/usr.bin/clang/libLLVMBitWriter/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gnu/usr.bin/clang/libLLVMBitWriter/Makefile b/gnu/usr.bin/clang/libLLVMBitWriter/Makefile index 1879d79d4d8..7e4b9ea948c 100644 --- a/gnu/usr.bin/clang/libLLVMBitWriter/Makefile +++ b/gnu/usr.bin/clang/libLLVMBitWriter/Makefile @@ -1,18 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:34 espie Exp $ +# $OpenBSD: Makefile,v 1.3 2019/03/05 09:44:40 jsg Exp $ LIB= LLVMBitWriter -NOPIC= NOPROFILE= -.include <bsd.own.mk> -SRCS= BitWriter.cpp \ +SRCS+= BitWriter.cpp \ BitcodeWriter.cpp \ BitcodeWriterPass.cpp \ ValueEnumerator.cpp .PATH: ${.CURDIR}/../../../llvm/lib/Bitcode/Writer - -install: - @# Nothing here so far ... - -.include <bsd.lib.mk> |