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

Make C++ tools configurable #847

Closed
wants to merge 1 commit into from
Closed

Conversation

cbarrete
Copy link
Contributor

The move to cxx_internal_tools broke open source users that had a custom make_comp_db to work around #307.

This commit makes it configurable so that OSS users can again provide their own script to generate legal compile_commands.json files.

A few remaining tools are made PUBLIC so that OSS users can simply reuse them.

The move to `cxx_internal_tools` broke open source users that had a custom `make_comp_db` to work
around facebook#307.

This commit makes it configurable so that OSS users can again provide their own script to generate
legal `compile_commands.json` files.

A few remaining tools are made `PUBLIC` so that OSS users can simply reuse them.
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 17, 2025
@facebook-github-bot
Copy link
Contributor

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. (Because this pull request was imported automatically, there will not be any future comments.)

facebook-github-bot pushed a commit to facebook/buck2-prelude that referenced this pull request Jan 22, 2025
Summary:
The move to `cxx_internal_tools` broke open source users that had a custom `make_comp_db` to work around facebook/buck2#307.

This commit makes it configurable so that OSS users can again provide their own script to generate legal `compile_commands.json` files.

A few remaining tools are made `PUBLIC` so that OSS users can simply reuse them.

X-link: facebook/buck2#847

Reviewed By: dtolnay

Differential Revision: D68327054

fbshipit-source-id: 3c553e7d575928e07728e7525138f45d9b6f2413
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 1dc2855.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants