History log of /linux-master/tools/testing/selftests/bpf/progs/test_core_reloc_enum64val.c
Revision Date Author Comments
# f4db3dd5 07-Jun-2022 Yonghong Song <yhs@fb.com>

selftests/bpf: Add a test for enum64 value relocations

Add a test for enum64 value relocations.
The test will be skipped if clang version is 14 or lower
since enum64 is only supported from version 15.

Acked-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/r/20220607062718.3726307-1-yhs@fb.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>