1set(LLVM_LINK_COMPONENTS 2 DebugInfoCodeView 3 ) 4 5add_llvm_unittest(DebugInfoCodeViewTests 6 GUIDFormatTest.cpp 7 RandomAccessVisitorTest.cpp 8 TypeHashingTest.cpp 9 TypeIndexDiscoveryTest.cpp 10 ) 11 12target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport) 13