From 1d2ecacd2d5c7b5b7a7169722b43d5a107844707 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Aug 2016 11:43:45 +0200 Subject: [PATCH] sys-libs/compiler-rt: Add a stand-alone ebuild for compiler-rt --- sys-libs/compiler-rt/compiler-rt-9999.ebuild | 53 ++++++++++++++++++++ sys-libs/compiler-rt/metadata.xml | 10 ++++ 2 files changed, 63 insertions(+) create mode 100644 sys-libs/compiler-rt/compiler-rt-9999.ebuild create mode 100644 sys-libs/compiler-rt/metadata.xml diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild new file mode 100644 index 000000000000..7c93672c10f7 --- /dev/null +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +: ${CMAKE_MAKEFILE_GENERATOR:=ninja} +CMAKE_MIN_VERSION=3.4.3 +PYTHON_COMPAT=( python2_7 ) + +inherit cmake-utils git-r3 python-single-r1 + +DESCRIPTION="Compiler runtime libraries for clang" +HOMEPAGE="http://llvm.org/" +SRC_URI="" +EGIT_REPO_URI="http://llvm.org/git/compiler-rt.git + https://github.com/llvm-mirror/compiler-rt.git" + +LICENSE="UoI-NCSA" +SLOT="0/${PV%.*}" +KEYWORDS="" +IUSE="+sanitize" + +RDEPEND=" + ~sys-devel/llvm-${PV} + ! + + + + llvm@gentoo.org + + + Build compiler-rt's sanitizers + + -- 2.26.2