repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Fix build-docs.sh
[llvm-project.git]
/
llvm
/
unittests
/
DebugInfo
/
Symbolizer
/
CMakeLists.txt
blob
ad84b49dac26c9c8757e2532340e58244697763e
1
set(LLVM_LINK_COMPONENTS Symbolize)
2
add_llvm_unittest(DebugInfoSymbolizerTests
3
MarkupTest.cpp
4
)
5
target_link_libraries(DebugInfoSymbolizerTests PRIVATE LLVMTestingSupport)