about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2024-03-04 11:11:51 +0100
committerNikita Popov <npopov@redhat.com>2024-03-04 11:13:26 +0100
commit5d1d4081d9e5b2d8748bd3f7b7403a5dffee69b1 (patch)
tree3d457661ec80c56bf82294ae4b3f1e3c743a5ef7 /compiler/rustc_interface/src
parentf7cb53e54b0f2a403c12c123b5583a8d0d3ba3fe (diff)
downloadrust-5d1d4081d9e5b2d8748bd3f7b7403a5dffee69b1.tar.gz
rust-5d1d4081d9e5b2d8748bd3f7b7403a5dffee69b1.zip
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.
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions