Move README.md to compiler-builtins, CONTRIBUTING.md to root

Do this in a commit so git tracks the move; a new README will be
introduced in the root, and CONTRIBUTING will be updated to apply to
both crates.
This commit is contained in:
Trevor Gross 2025-04-21 07:22:24 +00:00 committed by Trevor Gross
parent 013a83acdd
commit 8ce02e8ef5
3 changed files with 1 additions and 1 deletions

View file

@ -18,8 +18,8 @@ include = [
'/configure.rs',
'/src/*',
'../LICENSE.txt',
'../README.md',
'../compiler-rt/*',
'README.md',
'libm/src/math/*',
]
links = 'compiler-rt'