aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/LoongArch/TargetInfo/CMakeLists.txt
blob: e14360ff555e331ab3488f9ad851c16b6d0c7a1b (plain)
1
2
3
4
5
6
7
8
9
10
add_llvm_component_library(LLVMLoongArchInfo
  LoongArchTargetInfo.cpp

  LINK_COMPONENTS
  MC
  Support

  ADD_TO_COMPONENT
  LoongArch
  )