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
[libc++] Add a benchmark for std::num_get
[llvm-project.git]
/
llvm
/
unittests
/
tools
/
llvm-profgen
/
CMakeLists.txt
blob
5a658cf70846788505ecac70fec5c29d778f378c
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_llvm_unittest(LLVMProfgenTests
6
ContextCompressionTest.cpp
7
)
8
9
target_link_libraries(LLVMProfgenTests PRIVATE LLVMTestingSupport)
10
11
add_dependencies(LLVMProfgenTests intrinsics_gen)