Skip to content

Commit dffe5e3

Browse files
authored
[bazel] Explicitly use output_to_bindir = 1 for genlinalg (#158669)
This is the default in recent versions of bazel, but old behavior is still possible w/ `--incompatible_merge_genfiles_directory=false --incompatible_skip_genfiles_symlink=false`.
1 parent ec8819f commit dffe5e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/linalggen.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def genlinalg(name, linalggen, src, linalg_outs):
3333
srcs = [src],
3434
outs = [out],
3535
tools = [linalggen],
36+
output_to_bindir = 1,
3637
cmd = (" ".join(base_args)),
3738
)
3839

0 commit comments

Comments
 (0)