Add build script to extract a list of registered syscalls
The list is used in cargo-build-bpf to check generated .so modules for undefined symbols that are not known run-time syscalls.
This commit is contained in:
committed by
Dmitri Makarov
parent
76bb403318
commit
32742df1b4
1
sdk/bpf/.gitignore
vendored
1
sdk/bpf/.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/dependencies/bin*
|
||||
/dependencies/.crates.toml
|
||||
/dependencies/.crates2.json
|
||||
/syscalls.txt
|
||||
|
Reference in New Issue
Block a user