Remove --incompatible_do_not_split_linking_cmdline#29931
Open
dzbarsky wants to merge 1 commit into
Open
Conversation
The flag was introduced disabled in March 2019 by 3010e57 to migrate C++ linking away from GCC-specific command-line splitting. It was enabled by default in May 2019 by 28c8a8c. The conditional implementation and legacy behavior were removed in February 2021 by 4d75da6, leaving only Starlark semantics bookkeeping. Remove the option, semantics key, and consistency-test rows. RELNOTES: Remove the no-op --incompatible_do_not_split_linking_cmdline flag.
fmeum
approved these changes
Jun 22, 2026
Contributor
|
For some reason |
verdeving
pushed a commit
to verdeving/carbon-lang
that referenced
this pull request
Jul 14, 2026
See bazelbuild/bazel#29931 -- this is going away in upstream Bazel as well and has been a no-op since 2021.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
--incompatible_do_not_split_linking_cmdlinewas introduced disabled in March 2019 by 3010e57805 to migrate C++ linking away from GCC-specific command-line splitting; #7670 and #7687 tracked the migration. It was enabled by default in May 2019 by 28c8a8c91f. The conditional implementation and legacy behavior were removed in February 2021 by 4d75da6323, leaving the option with no consumer beyond Starlark semantics bookkeeping.This removes the option, semantics key, and consistency-test rows.
Validation:
bazel test --jobs=4 --disk_cache=/private/tmp/bazel-pr-disk-cache //src/test/java/com/google/devtools/build/lib/packages/semantics:ConsistencyTest.