chore: checkpoint before Python removal

This commit is contained in:
2026-03-26 22:33:59 +00:00
parent 683cec9307
commit e568ddf82a
29972 changed files with 11269302 additions and 2 deletions

17
vendor/ar_archive_writer/Readme.md vendored Normal file
View File

@@ -0,0 +1,17 @@
# A writer for object file ar archives
This is a Rust port of LLVM's archive writer (see [the LLVM Reference](reference/Readme.md)
for details) with the following options removed:
* Deterministic: always enabled.
* Symbol tables: always enabled.
## License
Licensed under Apache License v2.0 with LLVM Exceptions
([LICENSE.txt](LICENSE.txt) or https://llvm.org/LICENSE.txt)
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you shall be dual licensed as above, without any
additional terms or conditions.