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

Remove default -s flag from macOS libtool invocation #17489

Conversation

keith
Copy link
Member

@keith keith commented Feb 14, 2023

-s is the default but it's not supported by llvm's libtool replacement which results in failed links. I don't think we really care about the specifics here, so since it's the default for most folks we can drop it.

@keith keith requested a review from lberki as a code owner February 14, 2023 21:11
-s is the default but it's not supported by llvm's libtool replacement
which results in failed links. I don't think we really care about the
specifics here, so since it's the default for most folks we can drop it.
@keith keith force-pushed the ks/remove-default-s-flag-from-macos-libtool-invocation branch from 62aa88e to 7e3f2f8 Compare February 14, 2023 21:21
@sgowroji sgowroji added team-Rules-CPP Issues for C++ rules awaiting-review PR is awaiting review from an assigned reviewer labels Feb 15, 2023
@oquenchil oquenchil added awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally and removed awaiting-review PR is awaiting review from an assigned reviewer labels Feb 20, 2023
@sgowroji sgowroji removed the awaiting-PR-merge PR has been approved by a reviewer and is ready to be merge internally label Feb 21, 2023
@meteorcloudy
Copy link
Member

@bazel-io fork 6.4.0

bazel-io pushed a commit to bazel-io/bazel that referenced this pull request Sep 8, 2023
-s is the default but it's not supported by llvm's libtool replacement which results in failed links. I don't think we really care about the specifics here, so since it's the default for most folks we can drop it.

Closes bazelbuild#17489.

PiperOrigin-RevId: 511121405
Change-Id: Id0b52f960072100d232fdbf5461dec068c8e3edf
meteorcloudy pushed a commit that referenced this pull request Sep 8, 2023
-s is the default but it's not supported by llvm's libtool replacement
which results in failed links. I don't think we really care about the
specifics here, so since it's the default for most folks we can drop it.

Closes #17489.

Commit
ae7cfa5

PiperOrigin-RevId: 511121405
Change-Id: Id0b52f960072100d232fdbf5461dec068c8e3edf

Co-authored-by: Keith Smiley <[email protected]>
@iancha1992
Copy link
Member

The changes in this PR have been included in Bazel 6.4.0 RC1. Please test out the release candidate and report any issues as soon as possible. If you're using Bazelisk, you can point to the latest RC by setting USE_BAZEL_VERSION=last_rc.
Thanks!

@keith keith deleted the ks/remove-default-s-flag-from-macos-libtool-invocation branch October 23, 2023 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Rules-CPP Issues for C++ rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants