12 lines · plain
1set(LLVM_LINK_COMPONENTS2 Core3 ProfileData4 Support5 )6 7add_llvm_unittest(LLVMProfdataTests8 OutputSizeLimitTest.cpp9 )10 11target_link_libraries(LLVMProfdataTests PRIVATE LLVMTestingSupport)12 1set(LLVM_LINK_COMPONENTS2 Core3 ProfileData4 Support5 )6 7add_llvm_unittest(LLVMProfdataTests8 OutputSizeLimitTest.cpp9 )10 11target_link_libraries(LLVMProfdataTests PRIVATE LLVMTestingSupport)12