Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace libLLVM symlink with linker script in rustup components
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.
- Loading branch information