Skip to content

Add support for toolchains in cc_args#648

Open
keith wants to merge 1 commit intobazelbuild:mainfrom
keith:ks/add-support-for-toolchains-in-cc_args
Open

Add support for toolchains in cc_args#648
keith wants to merge 1 commit intobazelbuild:mainfrom
keith:ks/add-support-for-toolchains-in-cc_args

Conversation

@keith
Copy link
Member

@keith keith commented Mar 22, 2026

This allows you to propagate specific attributes that can only be
accessed in rules, such as from fragments, or other native API like
xcode_config, in env or args. I chose to reuse the existing replacement
infrastructure instead of $() to avoid conflicts with the $
character.

This allows you to propagate specific attributes that can only be
accessed in rules, such as from fragments, or other native API like
xcode_config, in env or args. I chose to reuse the existing replacement
infrastructure instead of `$()` to avoid conflicts with the `$`
character.
@armandomontanez armandomontanez added type: feature request Request for new, generally useful functionality that is missing P2 We'll consider working on this in future. (Assignee optional) category: toolchains labels Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: toolchains P2 We'll consider working on this in future. (Assignee optional) type: feature request Request for new, generally useful functionality that is missing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants