diff options
author | 2020-12-09 15:29:12 +0100 | |
---|---|---|
committer | 2020-12-10 16:51:28 +0100 | |
commit | 41003dd0241c2ceb2461a88a18ff461795f2af57 (patch) | |
tree | 7869123ead15cc999ccedf34f3eb6aac40a2061c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | selftests/bpf: Xsk selftests - adding xdpxceiver to .gitignore (diff) | |
download | wireguard-linux-41003dd0241c2ceb2461a88a18ff461795f2af57.tar.xz wireguard-linux-41003dd0241c2ceb2461a88a18ff461795f2af57.zip |
selftests/bpf: Make selftest compilation work on clang 11
We can't compile test_core_reloc_module.c selftest with clang 11, compile
fails with:
CLNG-LLC [test_maps] test_core_reloc_module.o
progs/test_core_reloc_module.c:57:21: error: use of unknown builtin \
'__builtin_preserve_type_info' [-Wimplicit-function-declaration]
out->read_ctx_sz = bpf_core_type_size(struct bpf_testmod_test_read_ctx);
Skipping these tests if __builtin_preserve_type_info() is not supported
by compiler.
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20201209142912.99145-1-jolsa@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions