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

show linker output even if the linker succeeds #119286

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 29, 2024

  1. don't show the full linker args unless --verbose is passed

    the linker arguments can be *very* long, especially for crates with many dependencies. often they are not useful. omit them unless the user specifically requests them.
    jyn514 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    312f835 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Configuration menu
    Copy the full SHA
    5f62ccb View commit details
    Browse the repository at this point in the history
  2. make it possible to silence linker warnings with a crate-level attribute

    this was slightly complicated because codegen_ssa doesn't have access to a tcx.
    jyn514 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    1fbb3cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    814451a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23216bc View commit details
    Browse the repository at this point in the history