File tree 1 file changed +3
-2
lines changed
utils/bazel/llvm-project-overlay/llvm 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -636,8 +636,8 @@ cc_binary(
636
636
cc_binary (
637
637
name = "llvm-min-tblgen" ,
638
638
srcs = [
639
- "utils/TableGen/Attributes.cpp" ,
640
639
"utils/TableGen/ARMTargetDefEmitter.cpp" ,
640
+ "utils/TableGen/Attributes.cpp" ,
641
641
"utils/TableGen/Basic/CodeGenIntrinsics.cpp" ,
642
642
"utils/TableGen/Basic/CodeGenIntrinsics.h" ,
643
643
"utils/TableGen/Basic/SDNodeProperties.cpp" ,
@@ -2421,6 +2421,7 @@ gentbl(
2421
2421
strip_include_prefix = "lib/Target/" + target ["name" ],
2422
2422
deps = [
2423
2423
":BinaryFormat" ,
2424
+ ":CodeGen" ,
2424
2425
":CodeGenTypes" ,
2425
2426
":Core" ,
2426
2427
":DebugInfoCodeView" ,
@@ -4049,7 +4050,7 @@ cc_binary(
4049
4050
4050
4051
cc_binary (
4051
4052
name = "llvm-mca" ,
4052
- srcs = [
4053
+ srcs = [
4053
4054
"tools/llvm-mca/llvm-mca.cpp" ,
4054
4055
],
4055
4056
copts = llvm_copts ,
You can’t perform that action at this time.
0 commit comments