1set(LLVM_LINK_COMPONENTS Symbolize) 2add_llvm_unittest(DebugInfoSymbolizerTests 3 MarkupTest.cpp 4 ) 5target_link_libraries(DebugInfoSymbolizerTests PRIVATE LLVMTestingSupport) 6