commit:     bd92864b47dc6b6d3352eb5c82ce7c0dcc1c8d30
Author:     Marco Leogrande <dark.knight.ita <AT> gmail <DOT> com>
AuthorDate: Wed Dec  9 05:42:29 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 12 21:46:24 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd92864b

sys-devel/llvm: add BPF backend to compiled targets

As part of 3.7.* releases, LLVM has officially added support for the
BPF backend. This backend emits instructions in the eBPF language,
that is used in the homonymous Linux kernel virtual machine. Users of
LLVM can write a program in C and have it compiled directly into eBPF.

This commit adds support for compiling this backend unconditionally.

 sys-devel/llvm/llvm-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index 2f8afe7..d36085c 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
 

Reply via email to