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
[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git]
/
bolt
/
unittests
/
CMakeLists.txt
blob
64414b83d39fe8ac6a6dc4b9be7f4a8fbdd79adf
1
add_custom_target(BoltUnitTests)
2
set_target_properties(BoltUnitTests PROPERTIES FOLDER "BOLT/Tests")
3
4
function(add_bolt_unittest test_dirname)
5
add_unittest(BoltUnitTests ${test_dirname} ${ARGN})
6
endfunction()
7
8
add_subdirectory(Core)
9
add_subdirectory(Profile)