sys-devel/llvm: add BPF backend to compiled targets
authorMarco Leogrande <dark.knight.ita@gmail.com>
Wed, 9 Dec 2015 05:42:29 +0000 (21:42 -0800)
committerMarco Leogrande <dark.knight.ita@gmail.com>
Sat, 12 Dec 2015 21:46:24 +0000 (13:46 -0800)
commitbd92864b47dc6b6d3352eb5c82ce7c0dcc1c8d30
treeda6908c37bbf5b6c3c77fc41e42b86156decc116
parent362e44de9e120889948e31e2cc1fdbed728ec29f
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