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

2016-04-26 Thread Alexei Starovoitov
On Tue, Apr 26, 2016 at 06:27:11PM +0200, 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 someti

[net-next PATCH V2 1/5] 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