1 set(LLVM_LINK_COMPONENTS 2 Object 3 ) 4 5 add_llvm_unittest(ObjectTests 6 SymbolSizeTest.cpp 7 SymbolicFileTest.cpp 8 ) 9 10