From bd92864b47dc6b6d3352eb5c82ce7c0dcc1c8d30 Mon Sep 17 00:00:00 2001 From: Marco Leogrande Date: Tue, 8 Dec 2015 21:42:29 -0800 Subject: [PATCH] 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 2f8afe756340..d36085c8690b 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 -- 2.26.2