Find a file
Trevor Gross 913796c1c5 Fix compiler-builtins publish
compiler-builtins currently wouldn't publish correctly because of a
relative path to `libm` that doesn't get included in the package. Fix
this by simlinking `libm` to within the `compiler-builtins` directory.

Also symlink LICENSE.txt which lets us drop the `include` array in
Cargo.toml. LICENSE.txt and compiler-rt were not being included anyway,
since Cargo silently drops items that are not within the crate
directory.
2025-04-21 06:16:12 -04:00
library/compiler-builtins Fix compiler-builtins publish 2025-04-21 06:16:12 -04:00