hyperlight-libc 0.16.0

This crate provides picolibc for Hyperlight guests. It builds the picolibc library and generates bindings to the libc types and functions.
Documentation
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e
HERE=`dirname "$0"`
"$HERE"/do-test-noopt arm "$@"
"$HERE"/do-test clang-arm "$@"
"$HERE"/do-test aarch64 "$@"
"$HERE"/do-test cortex-a9 "$@"
"$HERE"/do-test clang-aarch64 "$@"
"$HERE"/do-test clang-aarch64-fvp "$@"