File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
utils/bazel/llvm-project-overlay/llvm Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments