Add cmake to the list of packages required for compiling LLVM.
Also move make to the bottom of the list and mark it as optional.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Yes, agree! Hopefully we will move on to a newer version (3.9?) some time soon, but that needs a broader discussion first.
Comment Actions
This broke the sphinx bot:
http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/33901/steps/docs-llvm-html/logs/stdio
Warning, treated as error: /home/buildbot/llvm-build-dir/llvm-sphinx-docs/llvm/src/docs/GettingStarted.rst:3: WARNING: Duplicate explicit target name: "cmake".
Can you take a look?
Comment Actions
Interesting. Thanks for pointing it out. However, note that it's more like "failing for a different reason" now :)
http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/33900/steps/docs-llvm-html/logs/stdio
llvm/trunk/docs/GettingStarted.rst | ||
---|---|---|
98 | Is this the other "explicit target name"? |
Comment Actions
Yup, the other one's at https://reviews.llvm.org/D65164#1608898 , that one has a fix committed by now
Comment Actions
Did you run ninja docs-llvm-html (or equivalent if not using ninja) when submitting? I'm still seeing this error in trunk.
Is this the other "explicit target name"?