This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Update the list of subprojects in docs.
ClosedPublic

Authored by omasanori on Sep 20 2021, 9:01 PM.

Details

Summary

The updated list is based on the output of cmake -G Ninja -S llvm -B build -DLLVM_ENABLE_PROJECTS='foo'.

Diff Detail

Event Timeline

omasanori created this revision.Sep 20 2021, 9:01 PM
omasanori requested review of this revision.Sep 20 2021, 9:01 PM
Herald added a project: Restricted Project. · View Herald Transcript
omasanori edited the summary of this revision. (Show Details)Sep 20 2021, 9:02 PM
rovka added a subscriber: rovka.Sep 21 2021, 3:06 AM

Can you also update README.md with the same list? Thanks!

llvm/docs/GettingStarted.rst
621

Nit: This seems pretty well sorted alphabetically, except for the 'flang' at the end. Maybe you should move it after cross-project-tests.

Thank you for reviewing, @rovka!

Can you also update README.md with the same list? Thanks!

Oh, I had overlooked it. I will update the patch. Thanks a lot!

omasanori added inline comments.Sep 21 2021, 4:33 AM
llvm/docs/GettingStarted.rst
621

The ordering is as is displayed by CMake, and the root cause is that flang is not in the all projects list due to its C++ requirements. However, it makes sense to order projects lexicographically in documentation anyway. I will update. Thank you for pointing it out!

omasanori updated this revision to Diff 373863.Sep 21 2021, 4:44 AM

Re-order subprojects alphabetically.

It addresses comments by Diana Picus. Thanks for reviewing!

rovka accepted this revision.Sep 21 2021, 5:12 AM

Thanks, LGTM! Do you have commit access or do you need someone to commit it for you?

This revision is now accepted and ready to land.Sep 21 2021, 5:12 AM

I do not have permission. Would you mind if I asked for help to find a committer?

rovka added a comment.Sep 21 2021, 6:48 AM

I'll commit it for you :)

This revision was automatically updated to reflect the committed changes.