Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clang/CMake] Respect LLVM_TOOLS_INSTALL_DIR
Otherwise clang installs all of its tools into `bin/` while LLVM installs its tools into (LLVM_TOOLS_INSTALL_DIR). I could swear this used to work (and in fact the julia build system assumes it), but I can't pin down a specific commit that would have broken this, and julia has been relying on pre-compiled binaries for a while now (that don't use this setting), so it may have been broken for quite a while. Differential Revision: https://reviews.llvm.org/D88630
- Loading branch information