Skip to content

Commit

Permalink
[CMake] Depend on TargetParser after f09cf34
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Dec 20, 2022
1 parent f1990fe commit 35887ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Target/ARC/CMakeLists.txt
Expand Up @@ -36,6 +36,7 @@ add_llvm_target(ARCCodeGen
SelectionDAG
Support
Target
TargetParser
TransformUtils
ARCDesc
ARCInfo
Expand Down
1 change: 1 addition & 0 deletions llvm/lib/Target/LoongArch/CMakeLists.txt
Expand Up @@ -38,6 +38,7 @@ add_llvm_target(LoongArchCodeGen
SelectionDAG
Support
Target
TargetParser

ADD_TO_COMPONENT
LoongArch
Expand Down
1 change: 1 addition & 0 deletions llvm/unittests/Target/LoongArch/CMakeLists.txt
Expand Up @@ -14,6 +14,7 @@ set(LLVM_LINK_COMPONENTS
SelectionDAG
Support
Target
TargetParser
)

add_llvm_target_unittest(LoongArchTests
Expand Down

0 comments on commit 35887ea

Please sign in to comment.