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
[MemProf] Templatize CallStackRadixTreeBuilder (NFC) (#117014)
[llvm-project.git]
/
llvm
/
unittests
/
InterfaceStub
/
CMakeLists.txt
blob
22ff0af67a3d4bc08f8bb23404cdecaeaa0229f5
1
set(LLVM_LINK_COMPONENTS
2
InterfaceStub
3
)
4
5
add_llvm_unittest(InterfaceStubTests
6
ELFYAMLTest.cpp
7
)
8
9
target_link_libraries(InterfaceStubTests PRIVATE LLVMTestingSupport)