[PATCH] D40620: [llvm] Add option to strip binaries during installation

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 14:59:11 PST 2017


beanz added a comment.

Is there a reason to add a new option instead of just adding `-DCMAKE_INSTALL_DO_STRIP=${CMAKE_INSTALL_DO_STRIP}` to the install commands?


https://reviews.llvm.org/D40620





More information about the llvm-commits mailing list