Skip to content

Commit 9700ca0

Browse files
committed
[bazel] add missing dependencies
1 parent dc62bc8 commit 9700ca0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,6 +1420,7 @@ cc_library(
14201420
":Demangle",
14211421
":MC",
14221422
":ProfileData",
1423+
":Scalar",
14231424
":Support",
14241425
":Target",
14251426
":TargetParser",
@@ -1452,8 +1453,8 @@ cc_library(
14521453
"lib/SandboxIR/*.cpp",
14531454
]),
14541455
hdrs = glob(["include/llvm/SandboxIR/*.h"]),
1455-
textual_hdrs = ["include/llvm/SandboxIR/SandboxIRValues.def"],
14561456
copts = llvm_copts,
1457+
textual_hdrs = ["include/llvm/SandboxIR/SandboxIRValues.def"],
14571458
deps = [
14581459
":Core",
14591460
":Support",
@@ -1492,7 +1493,7 @@ cc_library(
14921493
]),
14931494
hdrs = glob([
14941495
"include/llvm/Transforms/Vectorize/*.h",
1495-
"include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h"
1496+
"include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h",
14961497
]),
14971498
copts = llvm_copts,
14981499
deps = [
@@ -4450,6 +4451,7 @@ cc_library(
44504451
copts = llvm_copts,
44514452
deps = [
44524453
":Core",
4454+
":Debuginfod",
44534455
":Object",
44544456
":ProfileData",
44554457
":Support",

0 commit comments

Comments
 (0)