[PATCH] D56654: Update GettingStarted guide to recommend that people use the new official Git repository.

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 13:44:14 PST 2019


jlebar accepted this revision.
jlebar added a subscriber: tra.
jlebar added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/docs/GettingStarted.rst:582
+|                         | include: clang, libcxx, libcxxabi, libunwind, lldb,|
+|                         | compiler-rt, lld, polly, or debuginfo-tests.       |
++-------------------------+----------------------------------------------------+
----------------
jyknight wrote:
> jlebar wrote:
> > Instead of or in addition to listing them, would it be worthwhile to explain where the canonical list of allowed strings lives (or how to print it)?  That way the list never goes out of date.
> I have no idea how to print a list from cmake. Is that even possible? I don't think pointing to the source code would be very helpful, I'd prefer to just have an outdated list vs that.
> I have no idea how to print a list from cmake. Is that even possible?

Heh, no idea either.  /me summons @tra, he has suffered through more than his fair share of cmake. 


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

https://reviews.llvm.org/D56654





More information about the llvm-commits mailing list