661577b5f4
The latest perf tool can return non-empty buffer when executing buildid-list command, even when perf.data was recorded with -B flag. Some binaries will be listed without the ID, while others may have a recorded ID. Allow invalid entires on the input, while checking the valid ones for the match. Reviewed By: Amir Differential Revision: https://reviews.llvm.org/D130223
10 lines
261 B
CMake
10 lines
261 B
CMake
add_custom_target(BoltUnitTests)
|
|
set_target_properties(BoltUnitTests PROPERTIES FOLDER "BOLT tests")
|
|
|
|
function(add_bolt_unittest test_dirname)
|
|
add_unittest(BoltUnitTests ${test_dirname} ${ARGN})
|
|
endfunction()
|
|
|
|
add_subdirectory(Core)
|
|
add_subdirectory(Profile)
|