On 12/21/2017 05:52 PM, Jakub Kicinski wrote: > From: Quentin Monnet <quentin.mon...@netronome.com> > > Makefile has a LLC variable that is initialised to "llc", but can > theoretically be overridden from the command line ("make LLC=llc-6.0"). > However, this fails because for LLVM probe check, "llc" is called > directly. Use the $(LLC) variable instead to fix this. > > Fixes: 22c8852624fc ("bpf: improve selftests and add tests for meta pointer") > Signed-off-by: Quentin Monnet <quentin.mon...@netronome.com> > Signed-off-by: Jakub Kicinski <jakub.kicin...@netronome.com>
Applied to bpf tree, thanks Jakub!