1set(LLVM_LINK_COMPONENTS 2 Core 3 ProfileData 4 Support 5 ) 6 7add_llvm_unittest(LLVMProfdataTests 8 OutputSizeLimitTest.cpp 9 ) 10 11target_link_libraries(LLVMProfdataTests PRIVATE LLVMTestingSupport) 12