Skip to content

[bzl] Remove obsolete output_to_genfiles = True #83944

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

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

rupprecht
Copy link
Collaborator

The bazel docs discourage setting this. The comments about being necessary for headers or genrules seem to be obsolete, at least for the LLVM tree itself.

The effect of this is that generated files will go to bazel-bin instead of bazel-genfiles.

One external use was fixed here: jax-ml/jax@32bb3b0.

The [bazel docs](https://bazel.build/rules/lib/globals/bzl#rule) discourage setting this. The comments about being necessary for headers or genrules seem to be obsolete, at least for the LLVM tree itself.

The effect of this is that generated files will go to `bazel-bin` instead of `bazel-genfiles`.

One external use was fixed here: jax-ml/jax@32bb3b0.
@rupprecht rupprecht requested a review from MaskRay March 5, 2024 02:04
@MaskRay MaskRay merged commit d016712 into llvm:main Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants