Re: [PATCH bpf] bpf: Use option "help" in the llvm-objcopy test

2018-07-24 Thread Yonghong Song
On 7/20/18 1:37 AM, Daniel Borkmann wrote: On 07/20/2018 07:34 AM, Martin KaFai Lau wrote: I noticed the "--version" option of the llvm-objcopy command has recently disappeared from the master llvm branch. It is currently used as a BTF support test in tools/testing/selftests/bpf/Makefile.

Re: [PATCH bpf] bpf: Use option "help" in the llvm-objcopy test

2018-07-20 Thread Daniel Borkmann
On 07/20/2018 07:34 AM, Martin KaFai Lau wrote: > I noticed the "--version" option of the llvm-objcopy command has recently > disappeared from the master llvm branch. It is currently used as a BTF > support test in tools/testing/selftests/bpf/Makefile. > > This patch replaces it with "--help"

[PATCH bpf] bpf: Use option "help" in the llvm-objcopy test

2018-07-19 Thread Martin KaFai Lau
I noticed the "--version" option of the llvm-objcopy command has recently disappeared from the master llvm branch. It is currently used as a BTF support test in tools/testing/selftests/bpf/Makefile. This patch replaces it with "--help" which should be less error prone in the future. Fixes: