Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazelbuild/apple_support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.23.0
Choose a base ref
...
head repository: bazelbuild/apple_support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.23.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 28, 2025

  1. Remove apple_crosstool_top (#425)

    This was removed from bazel @ HEAD
    keith authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    f156ccd View commit details
    Browse the repository at this point in the history
  2. Fix cxx_flags order (#424)

    Default flags should come before flags passed with `--copt` or `copts =
    []`
    
    Broken by 7009b77 fixes
    #422
    keith authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    4797ada View commit details
    Browse the repository at this point in the history
  3. Revert "Pass -object_path_lto <path> linker flag for LTO builds (#420)…

    …" (#426)
    
    Fixes #423
    
    We should re-apply with the actual configs for full_lto and thin_lto, we
    should be able to write a test to verify it works too.
    
    This reverts commit 61b44d1.
    keith authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    4c51f10 View commit details
    Browse the repository at this point in the history
Loading