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] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
unittests
/
ProfileData
/
CMakeLists.txt
blob
c75b0da3def5d694fc68f648841853d839e21b9b
1
set(LLVM_LINK_COMPONENTS
2
Core
3
Coverage
4
ProfileData
5
Support
6
Object
7
)
8
9
add_llvm_unittest(ProfileDataTests
10
CoverageMappingTest.cpp
11
InstrProfDataTest.cpp
12
InstrProfTest.cpp
13
SampleProfTest.cpp
14
MemProfTest.cpp
15
)
16
17
target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport)