[PATCH] D68339: [llvm] [cmake] Add install targets for missing distribution components
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 08:48:42 PDT 2019
compnerd accepted this revision.
compnerd added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/cmake/modules/AddSphinxTarget.cmake:74
+ if (NOT LLVM_ENABLE_IDE)
+ add_llvm_install_targets("install-${SPHINX_TARGET_NAME}"
----------------
no space after the `if`, same throughout
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68339/new/
https://reviews.llvm.org/D68339
More information about the llvm-commits
mailing list