Re: [net-next PATCH 1/4] samples/bpf: add back functionality to redefine LLC command

2016-04-26 Thread Daniel Borkmann
On 04/26/2016 01:09 PM, Jesper Dangaard Brouer wrote: It is practical to be-able-to redefine the location of the LLVM command 'llc', because not all distros have a LLVM version with bpf target support. Thus, it is sometimes required to compile LLVM from source, and sometimes it is not desired to

[net-next PATCH 1/4] samples/bpf: add back functionality to redefine LLC command

2016-04-26 Thread Jesper Dangaard Brouer
It is practical to be-able-to redefine the location of the LLVM command 'llc', because not all distros have a LLVM version with bpf target support. Thus, it is sometimes required to compile LLVM from source, and sometimes it is not desired to overwrite the distros default LLVM version. This featu