Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
0cca70a6e5749200aa3a6f6f6c5613818c4cdeae
/
.
/
llvm
/
unittests
/
ProfileData
/
CMakeLists.txt
blob: 3251ff415022119858e26d1cac24942ff5d027a0 [
file
] [
log
] [
blame
]
Justin Bogner
0cca70a
2015-02-04 00:15:12 +0000
[
diff
] [
blame^
]
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ProfileData
4
Support
5
)
6
7
add_llvm_unittest(ProfileDataTests
8
CoverageMappingTest.cpp
9
)