[PATCH] D58286: [docs] Document LLVM_ENABLE_IDE

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 15 08:58:13 PST 2019


lebedev.ri accepted this revision.
lebedev.ri added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/docs/CMake.rst:287
+  creation of certain convenience build system targets, such as the various
+  ``install-*`` and ``check-llvm-*`` targets, since IDEs don't always deal well
+  with a large number of targets. This is usually autodetected, but it can be
----------------
i don't think you want to be specific about `check-llvm-*` targets, maybe just `check-*` instead?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58286/new/

https://reviews.llvm.org/D58286





More information about the llvm-commits mailing list