File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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####################################################
You can’t perform that action at this time.
0 commit comments