xref: /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/TargetInfo/CMakeLists.txt (revision d415bd752c734aee168c4ee86ff32e8cc249eb16)
1add_llvm_component_library(LLVMARCInfo
2  ARCTargetInfo.cpp
3
4  LINK_COMPONENTS
5  MC
6  Support
7
8  ADD_TO_COMPONENT
9  ARC
10  )
11