commit | bfe762e0ed2e95041cc12c02c5565c4368f2cc9f | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Wed Mar 06 14:51:49 2024 +0000 |
committer | bors <bors@rust-lang.org> | Wed Mar 06 14:51:49 2024 +0000 |
tree | c156827bc4e3bb47e81e9167ac96c54d14a786cd | |
parent | 3314d5ce4c209e840c2e4b2c4442f6e031ae0989 [diff] | |
parent | 5d1d4081d9e5b2d8748bd3f7b7403a5dffee69b1 [diff] |
Auto merge of #121967 - nikic:libllvm-linker-script, r=Mark-Simulacrum Replace libLLVM symlink with linker script It turns out that the libLLVM-N.so -> libLLVM.so.N.1 symlink is also needed when projects like miri link against librustc_driver.so. As such, we have to distribute it in real rustup components like rustc-dev, rather than only for download-ci-llvm. To avoid actually distributing symlinks (which are not supported or not fully supported by the rustup infrastructure) replace it with a linker script that does the same thing instead. Fixes https://github.com/rust-lang/rust/issues/121889. r? `@cuviper`
This is the main source code repository for Rust. It contains the compiler, standard library, and documentation.
Note: this README is for users rather than contributors. If you wish to contribute to the compiler, you should read CONTRIBUTING.md instead.
Read “Installation” from The Book.
If you really want to install from source (though this is not recommended), see INSTALL.md.
See https://www.rust-lang.org/community for a list of chat platforms and forums.
See CONTRIBUTING.md.
Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.
See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.
The Rust Foundation owns and protects the Rust and Cargo trademarks and logos (the “Rust Trademarks”).
If you want to use these names or brands, please read the media guide.
Third-party logos may be subject to third-party copyrights and trademarks. See Licenses for details.