Skip to content

Commit d157921

Browse files
allightcopybara-github
authored andcommitted
Internal Only Change
PiperOrigin-RevId: 862460630
1 parent a6c745c commit d157921

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

xls/passes/tools/BUILD

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,12 @@ xls_generate_documentation(
6262
codelink_format = "http://github.com/google/xls/tree/main%s",
6363
# Specifically generate for the oss passes regardless of what the default passes are.
6464
passes = "//xls/passes:oss_optimization_passes",
65+
# Requirements on libcxx being explicit in include path.
6566
tags = [
6667
"manual",
6768
"noasan",
6869
"nomsan",
69-
], # Requirements on libcxx being explicit in include path.
70+
],
7071
template = "passes.md.tmpl",
7172
)
7273

@@ -109,11 +110,12 @@ diff_test(
109110
failure_message = _FAILURE_MESSAGE,
110111
file1 = ":rebuild_documentation",
111112
file2 = "//docs_src:passes_list.md",
113+
# Requirements on libcxx being explicit in include path.
112114
tags = [
113115
"manual",
114116
"noasan",
115117
"nomsan",
116-
], # Requirements on libcxx being explicit in include path.
118+
],
117119
)
118120

119121
####################################################

0 commit comments

Comments
 (0)