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

ignore llvm::Lld if lld is not enabled #126701

Merged
merged 6 commits into from
Jun 28, 2024

Commits on Jun 19, 2024

  1. ignore llvm::Lld step if lld is not enabled

    People are having trouble when they don't want to build `lld` for their custom
    distribution tarballs even with `lld = false` in their config.toml. This is because
    it is not controlled by `lld_enabled` flag. This change ensures that `llvm:Lld`
    is controlled by lld configuration.
    
    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f22775b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. add lld = true to default dist profile

    Make sure lld is enabled for dist profile unless it is explicitly disabled.
    
    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    98854f7 View commit details
    Browse the repository at this point in the history
  2. add change-tracker entry

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ee76d70 View commit details
    Browse the repository at this point in the history
  3. ignore beta/stable channels on rust-lld-by-default test

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ff9b8c1 View commit details
    Browse the repository at this point in the history
  4. disable lld if external llvm is used

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    56c7eb6 View commit details
    Browse the repository at this point in the history
  5. update run-make/windows-safeseh compiletest header

    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    17b843b View commit details
    Browse the repository at this point in the history