17 lines · plain
1set(LLVM_LINK_COMPONENTS2 ${LLVM_TARGETS_TO_BUILD}3 CGData4 CodeGen5 Core6 Support7 )8 9add_llvm_unittest(CGDataTests10 OutlinedHashTreeRecordTest.cpp11 OutlinedHashTreeTest.cpp12 StableFunctionMapRecordTest.cpp13 StableFunctionMapTest.cpp14 )15 16target_link_libraries(CGDataTests PRIVATE LLVMTestingSupport)17