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

MVP for using rust-lld as part of cc #85961

Merged
merged 1 commit into from
Jun 11, 2021

Commits on Jun 10, 2021

  1. gcc-lld mvp

    ignore test if rust-lld not found
    
    create ld -> rust-lld symlink at build time instead of run time
    
    for testing in ci
    
    copy instead of symlinking
    
    remove linux check
    
    test for linker, suggestions from bjorn3
    
    fix overly restrictive lld matcher
    
    use -Zgcc-ld flag instead of -Clinker-flavor
    
    refactor code adding lld to gcc path
    
    revert ci changes
    
    suggestions from petrochenkov
    
    rename gcc_ld to gcc-ld in dirs
    sledgehammervampire committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    2a76762 View commit details
    Browse the repository at this point in the history