Skip to content

Commit 84c0bf8

Browse files
boomanaiden154Priyanshu3820
authored andcommitted
[bazel] Fully port 3773bbe (llvm#169247)
e5edb51 attempted to port this, but seemed to miss a couple things that still showed up on CI. This patch fixes up the missing pieces.
1 parent d062886 commit 84c0bf8

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2084,6 +2084,7 @@ cc_plugin_library(
20842084
":frontend",
20852085
":index",
20862086
":lex",
2087+
":options",
20872088
":rewrite",
20882089
":sema",
20892090
":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",
444445
"//clang:frontend",
445-
"//clang:options",
446446
"//clang:serialization",
447447
"//llvm:Support",
448448
],

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ cc_library(
188188
"//clang:basic",
189189
"//clang:codegen",
190190
"//clang:config",
191+
"//clang:driver",
191192
"//clang:edit",
192193
"//clang:frontend",
193194
"//clang:frontend_rewrite",

0 commit comments

Comments
 (0)