summaryrefslogtreecommitdiff
path: root/sys-devel/llvm
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-12-12 23:46:07 +0100
committerMichał Górny <mgorny@gentoo.org>2015-12-12 23:47:22 +0100
commitd4acd2c3128dd2877ded35fa5d14477d8516dea3 (patch)
tree68fa706d57e3f18ac859819a33ad9a7b9e0087f1 /sys-devel/llvm
parent65082c081f62f9f16ae5c1bbfdd5c715ffbca5fb (diff)
parentbd92864b47dc6b6d3352eb5c82ce7c0dcc1c8d30 (diff)
downloadgentoo-d4acd2c3128dd2877ded35fa5d14477d8516dea3.tar.gz
gentoo-d4acd2c3128dd2877ded35fa5d14477d8516dea3.tar.xz
sys-devel/llvm: Merge "add BPF backend to compiled targets"
Enable BPF backend in -9999. Pull-Request: https://github.com/gentoo/gentoo/pull/450
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index 2f8afe75634..d36085c8690 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -215,7 +215,7 @@ multilib_src_configure() {
if use multitarget; then
targets=all
else
- targets='host;CppBackend'
+ targets='host;BPF;CppBackend'
use video_cards_radeon && targets+=';AMDGPU'
fi