[RISCV] Remove unused isSEWAware, NFC (#67411)
[llvm-project.git] / bolt / unittests / CMakeLists.txt
blob77159e92dec5576c11bf55dee172f3ddee069735
1 add_custom_target(BoltUnitTests)
2 set_target_properties(BoltUnitTests PROPERTIES FOLDER "BOLT tests")
4 function(add_bolt_unittest test_dirname)
5   add_unittest(BoltUnitTests ${test_dirname} ${ARGN})
6 endfunction()
8 add_subdirectory(Core)
9 add_subdirectory(Profile)