repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-readobj] - Stop treating ".stack_sizes.*" sections as stack sizes sections.
[llvm-complete.git]
/
unittests
/
ProfileData
/
CMakeLists.txt
blob
366ed5482bf2c51087961ac831ca140629719963
1
set(LLVM_LINK_COMPONENTS
2
Core
3
Coverage
4
ProfileData
5
Support
6
)
7
8
add_llvm_unittest(ProfileDataTests
9
CoverageMappingTest.cpp
10
InstrProfTest.cpp
11
SampleProfTest.cpp
12
)
13
14
target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport)