Skip to content

Commit

Permalink
doc: correctly generate Enum doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithalHourlyRate committed Dec 30, 2024
1 parent 45fe6a6 commit 3c978c3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Dialect/CGGI/IR/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ gentbl_cc_library(
"CGGIEnums.cpp.inc",
),
(
["-gen-attrdef-doc"],
["-gen-enum-doc"],
"CGGIEnums.md",
),
],
Expand Down
4 changes: 4 additions & 0 deletions lib/Dialect/Comb/IR/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ gentbl_cc_library(
],
"CombEnums.cpp.inc",
),
(
["-gen-enum-doc"],
"CombEnums.md",
),
],
tblgen = "@llvm-project//mlir:mlir-tblgen",
td_file = "Comb.td",
Expand Down
4 changes: 4 additions & 0 deletions lib/Dialect/LWE/IR/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ gentbl_cc_library(
["-gen-attrdef-doc"],
"LWEAttributes.md",
),
(
["-gen-enum-doc"],
"LWEEnums.md",
),
],
tblgen = "@llvm-project//mlir:mlir-tblgen",
td_file = "LWEAttributes.td",
Expand Down
4 changes: 4 additions & 0 deletions lib/Dialect/Random/IR/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ gentbl_cc_library(
["--gen-enum-defs"],
"RandomEnums.cpp.inc",
),
(
["-gen-enum-doc"],
"RandomEnums.md",
),
],
tblgen = "@llvm-project//mlir:mlir-tblgen",
td_file = "RandomEnums.td",
Expand Down
2 changes: 1 addition & 1 deletion lib/Dialect/TfheRustBool/IR/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ gentbl_cc_library(
"TfheRustBoolEnums.cpp.inc",
),
(
["-gen-attrdef-doc"],
["-gen-enum-doc"],
"TfheRustBoolEnums.md",
),
],
Expand Down

0 comments on commit 3c978c3

Please sign in to comment.