annotate clang/utils/hmaptool/CMakeLists.txt @ 259:011663b4a808

remove duplicate setjmp in return continuation
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 12 Oct 2023 15:52:37 +0900
parents c4bab56944e8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
236
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
1 install(PROGRAMS hmaptool DESTINATION "${CLANG_TOOLS_INSTALL_DIR}" COMPONENT hmaptool)
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
2 add_custom_target(hmaptool ALL DEPENDS "hmaptool")
150
anatofuz
parents:
diff changeset
3 set_target_properties(hmaptool PROPERTIES FOLDER "Utils")
anatofuz
parents:
diff changeset
4
anatofuz
parents:
diff changeset
5 if(NOT LLVM_ENABLE_IDE)
anatofuz
parents:
diff changeset
6 add_llvm_install_targets("install-hmaptool"
anatofuz
parents:
diff changeset
7 DEPENDS hmaptool
anatofuz
parents:
diff changeset
8 COMPONENT hmaptool)
anatofuz
parents:
diff changeset
9 endif()