Install this version:
emerge -a =sys-devel/autofdo-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-devel/autofdo-9999
Or alternatively:
emerge --autounmask-write -a =sys-devel/autofdo-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 autotools
DESCRIPTION="System to simplify real-world deployment of feedback-directed optimization"
HOMEPAGE="https://gcc.gnu.org/wiki/AutoFDO"
EGIT_REPO_URI="https://github.com/kim-phillips-arm/autofdo.git"
#EGIT_COMMIT=""
EGIT_BRANCH="fixissue55try3"
LICENSE="Apache-2.0"
SLOT="0"
DEPEND=">=llvm-core/llvm-5.0.1:*
sys-devel/gcc:*"
RDEPEND="${DEPEND}"
src_prepare(){
eautoreconf
eapply_user
}
src_configure(){
econf --with-llvm
}
>=llvm-core/llvm-5.0.1:* sys-devel/gcc:*
>=llvm-core/llvm-5.0.1:* sys-devel/gcc:*