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

Define cc-compiler-darwin in Xcode toolchain #15709

Merged
merged 2 commits into from
Jun 22, 2022
Merged

Define cc-compiler-darwin in Xcode toolchain #15709

merged 2 commits into from
Jun 22, 2022

Commits on Jun 20, 2022

  1. Define cc-compiler-darwin in Xcode toolchain

    Previously, if the xcode_locator failed and cc_autoconf_toolchain used
    the non-Xcode C++ toolchain as a fallback, its reference to
    `@local_config_cc//:cc-compiler-darwin`, where darwin is the legacy cpu
    value for x86_64 macOS, would be invalid.
    
    Fixes #14459
    
    Closes #14796.
    
    PiperOrigin-RevId: 451860477
    Change-Id: Iec115f600ebb7ac0786b2169276d25e3ff5d54bf
    fmeum authored and ckolli5 committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    0c8c793 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    d177625 View commit details
    Browse the repository at this point in the history