Skip to content

Commit 243f14d

Browse files
committed
[bazel] Add missing dependencies for the newly-added install_api lib
1 parent 5c8985e commit 243f14d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/bazel/llvm-project-overlay/clang/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1863,6 +1863,7 @@ cc_library(
18631863
"//llvm:Support",
18641864
"//llvm:Target",
18651865
"//llvm:TargetParser",
1866+
"//llvm:TextAPI",
18661867
"//llvm:config",
18671868
],
18681869
)
@@ -2064,7 +2065,9 @@ cc_library(
20642065
includes = ["include"],
20652066
deps = [
20662067
":ast",
2068+
":basic",
20672069
":support",
2070+
"//llvm:Support",
20682071
"//llvm:TextAPI",
20692072
],
20702073
)

0 commit comments

Comments
 (0)