The next sections in GettingStarted assume you are still in the root
directory llvm-project when using ninja.
Make the cmake --build command match it as well.
Note: I am a new cmake user and this confused me.
Differential D153727
[docs] GettingStarted.rst cmake should reference build fzakaria on Jun 25 2023, 1:47 PM. Authored by
Details The next sections in GettingStarted assume you are still in the root Make the cmake --build command match it as well. Note: I am a new cmake user and this confused me.
Diff Detail
Event Timeline
Comment Actions @fhahn thank you for the review and sorry for the wait. Took me a little bit to remember how to use arcanist (it's been a while). Comment Actions ty :) Following the https://llvm.org/docs/Phabricator.html; obligatory mention "I do not have commit acces".
Comment Actions BTW, you can build the docs with ninja docs-llvm-html. It requires -DLLVM_ENABLE_SPHINX=ON and pip3 install --user recommonmark sphinx sphinx-automodapi (newer pip may need --break-system-packages, I haven't figured it out yet) |
Should this also be updated to use --build build?