llvm-project/utils/bazel/llvm-project-overlay
Jordan Rupprecht d016712b2c
[bzl] Remove obsolete output_to_genfiles = True (#83944)
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:
32bb3b0613.
2024-03-04 21:00:04 -08:00
..