Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SOL] Allow selectively disable compiler builtins for BPF target (#4)
* [BPF] Make rust allocation builtins unavailable for BPF target - the calls to rust alloc/dealloc routines need to be preserved and not replaced by compiler generated builtin inlined code
- Loading branch information