+if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY) + install(TARGETS clang-tblgen + EXPORT ClangTargets + RUNTIME DESTINATION bin) +endif() +set_property(GLOBAL APPEND PROPERTY CLANG_EXPORTS clang-tblgen) + + Index: utils/TableGen/CMakeLists.txt === --- utils/TableGen/CMakeLists.txt +++ utils/Table...
> clang-tblgen is an internal tool used by the Clang build system. I do not > understand why it needs to be installed. If the autoconf build is installing > it, then maybe it shouldn't. I had wondered; I've never used tblgen. I'm just trying to get CMake packaging for Debian ...