blob: 3bbc74f3f8d3212745cf551195e3c517c51a2bc9 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
TargetParser
)
add_llvm_unittest(TargetParserTests
CSKYTargetParserTest.cpp
Host.cpp
RISCVTargetParserTest.cpp
TargetParserTest.cpp
TripleTest.cpp
)
target_link_libraries(TargetParserTests PRIVATE LLVMTestingSupport)