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
[RISCV] Remove unused isSEWAware, NFC (#67411)
[llvm-project.git]
/
bolt
/
unittests
/
CMakeLists.txt
blob
77159e92dec5576c11bf55dee172f3ddee069735
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)