cmake: fix clang standalone build
authorMatheus Izvekov <mizvekov@gmail.com>
Mon, 30 May 2022 18:33:50 +0000 (20:33 +0200)
committerMatheus Izvekov <mizvekov@gmail.com>
Mon, 30 May 2022 19:56:38 +0000 (21:56 +0200)
commit93319128d0d4eda22ce8d531ba668cb8c7c8c8e8
tree174f4ad048523a919882485252fb718032d9a9cd
parenta0c3c60728ee5bc7d6ca40a5b6e446cde72c6700
cmake: fix clang standalone build

D126308 broke building clang standalone, as LLVM_UTILS_INSTALL_DIR is
not exported.

Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>
Differential Revision: https://reviews.llvm.org/D126671
clang/utils/hmaptool/CMakeLists.txt