Fix missing builtins in C programs linking with compiler_builtins (#17475)
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user