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

Enable user_link_flags_feature for macosx cc_toolchain_config #14313

Merged

Commits on Nov 23, 2021

  1. Enable user_link_flags_feature for macosx cc_toolchain_config

    This will cause the values passed in the link_libs parameters
    to not get silently dropped on macOS 12 Monterey, and fix
    the problem where the command line dev tools toolchain
    will output C++ binaries fails to start with a segmentation
    fault error.
    
    Fixes: bazelbuild#14273
    
    Closes bazelbuild#14275.
    
    PiperOrigin-RevId: 411840375
    nresare committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    5698f3d View commit details
    Browse the repository at this point in the history