commit | 7c3e8b642bad6669e0023d3d6dedd87b2527a2c8 | [log] [tgz] |
---|---|---|
author | Martin KaFai Lau <kafai@fb.com> | Thu Jul 19 22:34:10 2018 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Jul 20 10:27:47 2018 +0200 |
tree | d139e1808b346d83d677a1a025d84bbfdb8a6913 | |
parent | 36fc3c8c282c01ad1570bd864de52f128d731b75 [diff] |
bpf: Use option "help" in the llvm-objcopy test 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: c0fa1b6c3efc ("bpf: btf: Add BTF tests") Signed-off-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>