Skip to content

Commit d1f0444

Browse files
committed
[Bazel] Port clangInstallAPI changes #82293 and #82552
1 parent d37affb commit d1f0444

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,6 @@ cc_library(
18431843
":driver",
18441844
":driver_options_inc_gen",
18451845
":edit",
1846-
":install_api",
18471846
":lex",
18481847
":parse",
18491848
":sema",
@@ -2066,7 +2065,9 @@ cc_library(
20662065
deps = [
20672066
":ast",
20682067
":basic",
2068+
":frontend",
20692069
":support",
2070+
"//llvm:Core",
20702071
"//llvm:Support",
20712072
"//llvm:TextAPI",
20722073
],

0 commit comments

Comments
 (0)