1set(LLVM_LINK_COMPONENTS2 Object3 ObjCopy4 ObjectYAML5 )6 7add_llvm_unittest(ObjCopyTests8 ObjCopyTest.cpp9 )10 11target_link_libraries(ObjCopyTests PRIVATE LLVMTestingSupport)12