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(
1420
1420
":Demangle" ,
1421
1421
":MC" ,
1422
1422
":ProfileData" ,
1423
+ ":Scalar" ,
1423
1424
":Support" ,
1424
1425
":Target" ,
1425
1426
":TargetParser" ,
@@ -1452,8 +1453,8 @@ cc_library(
1452
1453
"lib/SandboxIR/*.cpp" ,
1453
1454
]),
1454
1455
hdrs = glob (["include/llvm/SandboxIR/*.h" ]),
1455
- textual_hdrs = ["include/llvm/SandboxIR/SandboxIRValues.def" ],
1456
1456
copts = llvm_copts ,
1457
+ textual_hdrs = ["include/llvm/SandboxIR/SandboxIRValues.def" ],
1457
1458
deps = [
1458
1459
":Core" ,
1459
1460
":Support" ,
@@ -1492,7 +1493,7 @@ cc_library(
1492
1493
]),
1493
1494
hdrs = glob ([
1494
1495
"include/llvm/Transforms/Vectorize/*.h" ,
1495
- "include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h"
1496
+ "include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h" ,
1496
1497
]),
1497
1498
copts = llvm_copts ,
1498
1499
deps = [
@@ -4450,6 +4451,7 @@ cc_library(
4450
4451
copts = llvm_copts ,
4451
4452
deps = [
4452
4453
":Core" ,
4454
+ ":Debuginfod" ,
4453
4455
":Object" ,
4454
4456
":ProfileData" ,
4455
4457
":Support" ,
You can’t perform that action at this time.
0 commit comments