[PATCH] D56654: Update GettingStarted guide to recommend that people use the new official Git repository.
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 14 15:05:47 PST 2019
tra added inline comments.
================
Comment at: llvm/docs/GettingStarted.rst:582
+| | include: clang, libcxx, libcxxabi, libunwind, lldb,|
+| | compiler-rt, lld, polly, or debuginfo-tests. |
++-------------------------+----------------------------------------------------+
----------------
jlebar wrote:
> 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.
AFAICT, there's no explicitly defined canonical list of projects. Judging by the llvm/CMakeLists.txt it appears that a `project` must be a top-level repo directory :
https://github.com/llvm-mirror/llvm/blob/master/CMakeLists.txt#L113
I'm not sure if **all** top level directories are projects, though.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56654/new/
https://reviews.llvm.org/D56654
More information about the llvm-commits
mailing list