Skip to content

Commit f50ca2e

Browse files
authored
[bazel] Remove more references to ARCMigrate (#125027)
c4a0197 removed arc_migrate targets but accidentally left a few references to the now deleted target. Remove those.
1 parent dccd271 commit f50ca2e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,7 +2204,6 @@ cc_library(
22042204
hdrs = glob(["include/clang/FrontendTool/*.h"]),
22052205
includes = ["include"],
22062206
deps = [
2207-
":arc_migrate",
22082207
":codegen",
22092208
":config",
22102209
":driver",
@@ -2226,7 +2225,6 @@ cc_library(
22262225
hdrs = glob(["include/clang-c/*.h"]),
22272226
defines = ["CINDEX_NO_EXPORTS"],
22282227
deps = [
2229-
":arc_migrate",
22302228
":ast",
22312229
":basic",
22322230
":codegen",
@@ -2259,7 +2257,6 @@ cc_plugin_library(
22592257
}),
22602258
strip_include_prefix = "include",
22612259
deps = [
2262-
":arc_migrate",
22632260
":ast",
22642261
":basic",
22652262
":codegen",

0 commit comments

Comments
 (0)