Collect all function names to an array

Use a build script for `libm-test` to enumerate all symbols provided by
`libm` and provide this list in a variable. This will allow us to make
sure no functions are missed anytime they must be manually listed.

Additionally, introduce some helper config options.
This commit is contained in:
Trevor Gross
2024-10-16 22:41:07 -05:00
parent 56deb13bd4
commit 0acb3e2b50
2 changed files with 100 additions and 3 deletions

View File

@@ -1 +1,2 @@
// List of all files present in libm's source
include!(concat!(env!("OUT_DIR"), "/all_files.rs"));