1set(LLVM_LINK_COMPONENTS Symbolize)2add_llvm_unittest(DebugInfoSymbolizerTests3 MarkupTest.cpp4 )5target_link_libraries(DebugInfoSymbolizerTests PRIVATE LLVMTestingSupport)6