[PATCH] D41402: [cmake] Fix DESTDIR support in compiler-rt build
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 2 11:17:27 PST 2018
smeenai added a comment.
@phosek you're right that an empty `CMAKE_INSTALL_PREFIX` is more canonical than `/` though (even if it doesn't make a difference in this case). CMake strips trailing `/`s from `CMAKE_INSTALL_PREFIX` before using it, so the `/` ends up becoming empty anyway.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D41402
More information about the llvm-commits
mailing list