llvm/bolt/tools/CMakeLists.txt
Vladislav Khmelevsky 5c2ae5f454 [BOLT] Refactor heatmap to be standalone tool
Separate heatmap from bolt and build it as standalone tool.

Reviewed By: maksfb

Differential Revision: https://reviews.llvm.org/D118946
2022-02-07 22:00:44 +03:00

4 lines
81 B
CMake

add_subdirectory(driver)
add_subdirectory(merge-fdata)
add_subdirectory(heatmap)