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
Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git]
/
llvm
/
unittests
/
Debuginfod
/
CMakeLists.txt
blob
9b084ff33f3b7afd1cde11a387bb27d6d797a8c8
1
add_llvm_unittest(DebuginfodTests
2
HTTPServerTests.cpp
3
DebuginfodTests.cpp
4
)
5
6
target_link_libraries(DebuginfodTests PRIVATE
7
LLVMDebuginfod
8
LLVMTestingSupport
9
)