Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions utils/bazel/llvm-project-overlay/llvm/enum_targets_gen.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,5 @@ enum_targets_gen = rule(
" `@LLVM_ENUM_{macro_name}S@`",
),
},
# output_to_genfiles is required for header files.
output_to_genfiles = True,
implementation = enum_targets_gen_impl,
)
2 changes: 0 additions & 2 deletions utils/bazel/llvm-project-overlay/mlir/tblgen.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ def _gentbl_rule_impl(ctx):
gentbl_rule = rule(
_gentbl_rule_impl,
doc = "Generates tabular code from a table definition file.",
# Match genrule behavior
output_to_genfiles = True,
attrs = {
"tblgen": attr.label(
doc = "The TableGen executable with which to generate `out`.",
Expand Down