xref: /llvm-project/llvm/unittests/TargetParser/CMakeLists.txt (revision 733a87783cfac7e6bac2c14bc3749ddca879e2be)
1set(LLVM_LINK_COMPONENTS
2  Support
3  TargetParser
4  )
5
6add_llvm_unittest(TargetParserTests
7  CSKYTargetParserTest.cpp
8  Host.cpp
9  RISCVISAInfoTest.cpp
10  RISCVTargetParserTest.cpp
11  TargetParserTest.cpp
12  TripleTest.cpp
13  )
14
15target_link_libraries(TargetParserTests PRIVATE LLVMTestingSupport)
16