[M68k] always use movem for register spills (#106715)
[llvm-project.git] / clang / utils / hmaptool / CMakeLists.txt
blob02b29e4fba2f1df1aca843b7be1151cdc8275b12
1 install(PROGRAMS hmaptool DESTINATION "${CLANG_TOOLS_INSTALL_DIR}" COMPONENT hmaptool)
2 add_custom_target(hmaptool ALL DEPENDS "hmaptool")
3 set_target_properties(hmaptool PROPERTIES FOLDER "Clang/Utils")
5 if(NOT LLVM_ENABLE_IDE)
6   add_llvm_install_targets("install-hmaptool"
7                            DEPENDS hmaptool
8                            COMPONENT hmaptool)
9 endif()