We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccd271 commit f50ca2eCopy full SHA for f50ca2e
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
@@ -2204,7 +2204,6 @@ cc_library(
2204
hdrs = glob(["include/clang/FrontendTool/*.h"]),
2205
includes = ["include"],
2206
deps = [
2207
- ":arc_migrate",
2208
":codegen",
2209
":config",
2210
":driver",
@@ -2226,7 +2225,6 @@ cc_library(
2226
2225
hdrs = glob(["include/clang-c/*.h"]),
2227
defines = ["CINDEX_NO_EXPORTS"],
2228
2229
2230
":ast",
2231
":basic",
2232
@@ -2259,7 +2257,6 @@ cc_plugin_library(
2259
2257
}),
2260
2258
strip_include_prefix = "include",
2261
2262
2263
2264
2265
0 commit comments