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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
unittests
/
tools
/
llvm-profdata
/
CMakeLists.txt
blob
ad91ce36bcb5bef6a175228d9f37199d6ddd3cdd
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ProfileData
4
Support
5
)
6
7
add_llvm_unittest(LLVMProfdataTests
8
OutputSizeLimitTest.cpp
9
)
10
11
target_link_libraries(LLVMProfdataTests PRIVATE LLVMTestingSupport)
12
13
set_property(TARGET LLVMProfdataTests PROPERTY FOLDER "Tests/UnitTests/ToolTests")