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
[ARM] Expand fp64 bf16 converts similarly to f32
[llvm-project.git]
/
llvm
/
unittests
/
tools
/
llvm-profdata
/
CMakeLists.txt
blob
71de2326ee82c3222a0fc93a8b09f45ad237904c
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)