projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
docs: Stop using DEBUG() without DEBUG_TYPE in the ProgrammersManual
[oota-llvm.git]
/
unittests
/
ProfileData
/
CMakeLists.txt
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ProfileData
4
Support
5
)
6
7
add_llvm_unittest(ProfileDataTests
8
CoverageMappingTest.cpp
9
InstrProfTest.cpp
10
)