Fix missing builtins in C programs linking with compiler_builtins (#17475)

This commit is contained in:
Dmitri Makarov
2021-05-25 19:11:02 +02:00
committed by GitHub
parent a03230338a
commit 3ae4806dae
3 changed files with 23 additions and 2 deletions

View File

@ -431,6 +431,7 @@ fn test_program_bpf_sanity() {
programs.extend_from_slice(&[
("alloc", true),
("bpf_to_bpf", true),
("float", true),
("multiple_static", true),
("noop", true),
("noop++", true),