[PATCH] D110124: [NFC] Update the list of subprojects in docs.

OGINO Masanori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 04:33:52 PDT 2021


omasanori added inline comments.


================
Comment at: llvm/docs/GettingStarted.rst:621
+|                         | libcxxabi, libunwind, lld, lldb, mlir, openmp,     |
+|                         | parallel-libs, polly, pstl, or flang.              |
 +-------------------------+----------------------------------------------------+
----------------
rovka wrote:
> Nit: This seems pretty well sorted alphabetically, except for the 'flang' at the end. Maybe you should move it after cross-project-tests.
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!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110124/new/

https://reviews.llvm.org/D110124



More information about the llvm-commits mailing list