1set(LLVM_LINK_COMPONENTS 2 Object 3 ObjCopy 4 ObjectYAML 5 ) 6 7add_llvm_unittest(ObjCopyTests 8 ObjCopyTest.cpp 9 ) 10 11target_link_libraries(ObjCopyTests PRIVATE LLVMTestingSupport) 12