This is an archive of the discontinued LLVM Phabricator instance.

[clang/docs/LibASTMatchersTutorial.rst,clang/docs/HowToSetupToolingForLLVM.rst] ninja now uses `configure.py` rather than `bootstrap.py`
AcceptedPublic

Authored by SamuelMarks on Mar 13 2021, 6:40 PM.

Details

Reviewers
jdoerfert
Summary

Alternatively you can do:

cmake -Bbuild-cmake -H.
cmake --build build-cmake

Which makes ./build-cmake/ninja.

Diff Detail

Event Timeline

SamuelMarks requested review of this revision.Mar 13 2021, 6:40 PM
SamuelMarks created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2021, 6:40 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
SamuelMarks edited the summary of this revision. (Show Details)
jdoerfert accepted this revision.Mar 14 2021, 5:44 PM
jdoerfert added a subscriber: jdoerfert.

LG, use [Docs] as tag for the commit, it should not be verbose but helpful to determine if a commit is interesting.

This revision is now accepted and ready to land.Mar 14 2021, 5:44 PM