5 lines
175 B
CMake
5 lines
175 B
CMake
set(LLVM_LINK_COMPONENTS Symbolize)
|
|
add_llvm_unittest(DebugInfoSymbolizerTests
|
|
MarkupTest.cpp
|
|
)
|
|
target_link_libraries(DebugInfoSymbolizerTests PRIVATE LLVMTestingSupport)
|