Skip to content

Commit 873a7ba

Browse files
authored
Merge pull request #10888 from hzeller/feature-20260712-add-deps
Add missing dependency and document a cyclic dependency.
2 parents ba933c2 + d603263 commit 873a7ba

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/syn/src/elab/BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ cc_library(
2020
visibility = ["//visibility:public"],
2121
deps = [
2222
"//src/syn/src/ir",
23+
# TODO: backend_builder.h includes slang_frontend.h, so we need
24+
# :slang_frontend, but that indirectly depends on this, creating cycle.
25+
# So can't add the following dependency right now.
26+
#"//third-party/slang-elab/src:slang_frontend",
27+
"@slang",
2328
],
2429
)
2530

0 commit comments

Comments
 (0)