sys-devel/llvm: Add flag to control libfpm dep for exegesis
authorMichał Górny <mgorny@gentoo.org>
Thu, 20 Sep 2018 18:21:18 +0000 (20:21 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 20 Sep 2018 18:26:26 +0000 (20:26 +0200)
Bug: https://bugs.gentoo.org/666617
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/arch/arm/package.use.mask
profiles/arch/arm64/package.use.mask
profiles/default/bsd/package.use.mask
sys-devel/llvm/llvm-7.0.0.ebuild
sys-devel/llvm/llvm-7.0.9999.ebuild
sys-devel/llvm/llvm-9999.ebuild
sys-devel/llvm/metadata.xml

index 71d46182774033677525fe7df274098c727da01f..cd87c3421d5f9084471cdbb1acc353dd01d6846e 100644 (file)
@@ -1,6 +1,11 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (20 Sep 2018)
+# dev-libs/libpfm not keyworded here (and unclear if it supports ARM).
+# Bug #666651.
+sys-devel/llvm exegesis
+
 # Andreas Sturmlechner <asturm@gentoo.org> (01 Sep 2018)
 # media-libs/libaom not yet keyworded
 # media-libs/aribb24 not yet keyworded, bug #665048
index 8a35eaf1ff62832f195be05ba34743359c430bfd..643cc53cd616fad6d930a14726679476849ad08b 100644 (file)
@@ -1,6 +1,11 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (20 Sep 2018)
+# dev-libs/libpfm not keyworded here (and unclear if it supports ARM64).
+# Bug #666651.
+sys-devel/llvm exegesis
+
 # Virgil Dupras <vdupras@gentoo.org> (06 Sep 2018)
 # sci-electronics/ngspice not yet keyworded, bug #665416
 # sci-libs/oce not yet keyworded
index 884da6e0f60aa33e9740ece96dd2253c1f62e953..694a108dd890937e6df3bc9e9ca85b8a3b70b520 100644 (file)
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Michał Górny <mgorny@gentoo.org> (20 Sep 2018)
+# dev-libs/libpfm has broken install rules for FreeBSD. Bug #666649.
+sys-devel/llvm exegesis
+
 # Fabian Groffen <grobian@gentoo.org> (07 Dec 2016)
 # unkeyworded notmuch dependency, bug #587560
 mail-client/mutt notmuch
index 9ce79663c29fb5c6f95f77a6b0f48eed8f695450..ef47128aa166f62272bb41943c6011fd0f5fcb80 100644 (file)
@@ -33,12 +33,13 @@ LICENSE="UoI-NCSA rc BSD public-domain
        llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="$(ver_cut 1)"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug doc gold libedit +libffi ncurses test xar xml
+IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml
        kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
        sys-libs/zlib:0=
+       exegesis? ( dev-libs/libpfm:= )
        gold? ( >=sys-devel/binutils-2.22:*[cxx] )
        libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] )
        libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
@@ -111,6 +112,7 @@ multilib_src_configure() {
                -DLLVM_ENABLE_TERMINFO=$(usex ncurses)
                -DLLVM_ENABLE_LIBXML2=$(usex xml)
                -DLLVM_ENABLE_ASSERTIONS=$(usex debug)
+               -DLLVM_ENABLE_LIBPFM=$(usex exegesis)
                -DLLVM_ENABLE_EH=ON
                -DLLVM_ENABLE_RTTI=ON
 
index 2777a3c503c19185c5360498224f462a8c176d68..b97e3a6b47bd107088260df3acc951c10076a828 100644 (file)
@@ -35,12 +35,13 @@ LICENSE="UoI-NCSA rc BSD public-domain
        llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="$(ver_cut 1)"
 KEYWORDS=""
-IUSE="debug doc gold libedit +libffi ncurses test xar xml
+IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml
        kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
        sys-libs/zlib:0=
+       exegesis? ( dev-libs/libpfm:= )
        gold? ( >=sys-devel/binutils-2.22:*[cxx] )
        libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] )
        libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
@@ -111,6 +112,7 @@ multilib_src_configure() {
                -DLLVM_ENABLE_TERMINFO=$(usex ncurses)
                -DLLVM_ENABLE_LIBXML2=$(usex xml)
                -DLLVM_ENABLE_ASSERTIONS=$(usex debug)
+               -DLLVM_ENABLE_LIBPFM=$(usex exegesis)
                -DLLVM_ENABLE_EH=ON
                -DLLVM_ENABLE_RTTI=ON
 
index 196984744a541170e8a80aecb5c1309d76bd970f..014336a4f3ebf4964a988ac37badb6573e78bbcc 100644 (file)
@@ -37,12 +37,13 @@ LICENSE="UoI-NCSA rc BSD public-domain
        llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="8"
 KEYWORDS=""
-IUSE="debug doc gold libedit +libffi ncurses test xar xml
+IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml
        kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
        sys-libs/zlib:0=
+       exegesis? ( dev-libs/libpfm:= )
        gold? ( >=sys-devel/binutils-2.22:*[cxx] )
        libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] )
        libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
@@ -139,6 +140,7 @@ multilib_src_configure() {
                -DLLVM_ENABLE_TERMINFO=$(usex ncurses)
                -DLLVM_ENABLE_LIBXML2=$(usex xml)
                -DLLVM_ENABLE_ASSERTIONS=$(usex debug)
+               -DLLVM_ENABLE_LIBPFM=$(usex exegesis)
                -DLLVM_ENABLE_EH=ON
                -DLLVM_ENABLE_RTTI=ON
 
index e35461842711b385576daf7a82f6bfd7ce349c62..4538466dde0e20718e7c7a38152765b9f93a480d 100644 (file)
@@ -14,6 +14,8 @@
                <flag name="default-compiler-rt">Use compiler-rt instead of libgcc as the default rtlib for clang</flag>
                <flag name="default-libcxx">Use libc++ instead of libstdc++ as the default stdlib for clang</flag>
                <flag name="doc">Build and install the HTML documentation and regenerate the man pages</flag>
+               <flag name="exegesis">Enable performance counter support for llvm-exegesis tool
+                       that can be used to measure host machine instruction characteristics</flag>
                <flag name="gold">Build the gold linker plugin</flag>
                <flag name="lldb">Build the lldb debugger</flag>
                <flag name="multitarget">Build all host targets (default: host only)</flag>