Skip to content

Commit

Permalink
Fix one stray {LLVM -> CLANG}_TOOLS_INSTALL_DIR
Browse files Browse the repository at this point in the history
Follow up to D117977, where I missed this new usage after one rebase.

Thanks @tsteller in https://reviews.llvm.org/D117977#3670919 for
noticing.

Reviewed By: mstorsjo

Differential Revision: https://reviews.llvm.org/D130362
  • Loading branch information
Ericson2314 committed Jul 23, 2022
1 parent 1cc7f5b commit 3256021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/utils/hmaptool/CMakeLists.txt
@@ -1,4 +1,4 @@
install(PROGRAMS hmaptool DESTINATION "${LLVM_TOOLS_INSTALL_DIR}" COMPONENT hmaptool)
install(PROGRAMS hmaptool DESTINATION "${CLANG_TOOLS_INSTALL_DIR}" COMPONENT hmaptool)
add_custom_target(hmaptool ALL DEPENDS "hmaptool")
set_target_properties(hmaptool PROPERTIES FOLDER "Utils")

Expand Down

0 comments on commit 3256021

Please sign in to comment.