Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy any file from stage0/lib to stage0-sysroot/lib #123186

Merged
merged 1 commit into from
Mar 29, 2024

Commits on Mar 29, 2024

  1. 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>
    onur-ozkan committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5fe364a View commit details
    Browse the repository at this point in the history