The updated list is based on the output of cmake -G Ninja -S llvm -B build -DLLVM_ENABLE_PROJECTS='foo'.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
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!
Oh, I had overlooked it. I will update the patch. Thanks a lot!
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! |
Re-order subprojects alphabetically.
It addresses comments by Diana Picus. Thanks for reviewing!
Nit: This seems pretty well sorted alphabetically, except for the 'flang' at the end. Maybe you should move it after cross-project-tests.