[PATCH] D40689: [llvm] Add install-distribution-stripped
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 09:50:59 PST 2017
beanz added inline comments.
================
Comment at: CMakeLists.txt:352
+option(LLVM_ENABLE_INSTALL_DISTRIBUTION_STRIPPED
+ "Enable the install-distribution-stripped target, to install a stripped distribution."
----------------
I don't think there is any reason for this to be gated on an option. Once your other patches adding stripped targets have fully gone through you should be able to always add this.
https://reviews.llvm.org/D40689
More information about the llvm-commits
mailing list