Skip to content

Commit ea226d6

Browse files
committed
[LoongArch|Mips|SystemZ|VE] Fix shared build. NFC
1 parent 7b7d411 commit ea226d6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

llvm/lib/Target/LoongArch/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ add_llvm_target(LoongArchCodeGen
4242
Support
4343
Target
4444
TargetParser
45+
TransformUtils
4546

4647
ADD_TO_COMPONENT
4748
LoongArch

llvm/lib/Target/Mips/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ add_llvm_target(MipsCodeGen
7979
Support
8080
Target
8181
TargetParser
82+
TransformUtils
8283

8384
ADD_TO_COMPONENT
8485
Mips

llvm/lib/Target/SystemZ/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ add_llvm_target(SystemZCodeGen
5353
SystemZInfo
5454
Target
5555
TargetParser
56+
TransformUtils
5657

5758
ADD_TO_COMPONENT
5859
SystemZ

llvm/lib/Target/VE/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ add_llvm_target(VECodeGen
3838
SelectionDAG
3939
Support
4040
Target
41+
TransformUtils
4142
VEDesc
4243
VEInfo
4344

0 commit comments

Comments
 (0)