Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / utils / hmaptool / CMakeLists.txt
blob511268069bd1cf3c13ab48d6dbaf591a3b061392
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 "Utils")
5 if(NOT LLVM_ENABLE_IDE)
6   add_llvm_install_targets("install-hmaptool"
7                            DEPENDS hmaptool
8                            COMPONENT hmaptool)
9 endif()