about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/mod.rs
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2024-03-29 10:06:13 +0300
committeronur-ozkan <work@onurozkan.dev>2024-03-29 10:07:44 +0300
commit5fe364afdd590c8f928721820e490f82b90f65e0 (patch)
treefaf7d6b941311066c93ea98021a141ea874f9d43 /compiler/rustc_mir_transform/src/coverage/mod.rs
parent42198bf562b548015e3eae3926c175c4aabb3a7b (diff)
downloadrust-5fe364afdd590c8f928721820e490f82b90f65e0.tar.gz
rust-5fe364afdd590c8f928721820e490f82b90f65e0.zip
copy any file from stage0/lib to stage0-sysroot/lib
With the LLVM 18 upgrade, the name of the LLVM library has been changed to something like
`libLLVM.so.18.1-rust-1.78.0-beta`, which `is_dylib` function cannot determine as it only
looks whether files are ending with ".so" or not.
This change resolves this problem by no longer doing that ".so" check, as we need all files
from the stage0/lib as they are all dependency of rustc anyway.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/mod.rs')
0 files changed, 0 insertions, 0 deletions