Skip to content

Commit 539d5d4

Browse files
committed
Revert "[bazel] Fully port 3773bbe (llvm#169247)"
This reverts commit f7ed15b.
1 parent 89206de commit 539d5d4

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,6 @@ cc_plugin_library(
20842084
":frontend",
20852085
":index",
20862086
":lex",
2087-
":options",
20882087
":rewrite",
20892088
":sema",
20902089
":tooling",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ cc_library(
441441
":Utility",
442442
":Version",
443443
"//clang:codegen",
444-
"//clang:driver",
445444
"//clang:frontend",
445+
"//clang:options",
446446
"//clang:serialization",
447447
"//llvm:Support",
448448
],

utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ cc_library(
188188
"//clang:basic",
189189
"//clang:codegen",
190190
"//clang:config",
191-
"//clang:driver",
192191
"//clang:edit",
193192
"//clang:frontend",
194193
"//clang:frontend_rewrite",

0 commit comments

Comments
 (0)