[all-commits] [llvm/llvm-project] 1a8386: [Docs] Minor Fixups in Advanced Builds Documentation

Aiden Grossman via All-commits all-commits at lists.llvm.org
Sat May 13 15:47:55 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a83865b786c8dfa27123defcd08e272a30a4c13
      https://github.com/llvm/llvm-project/commit/1a83865b786c8dfa27123defcd08e272a30a4c13
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2023-05-13 (Sat, 13 May 2023)

  Changed paths:
    M llvm/docs/AdvancedBuilds.rst

  Log Message:
  -----------
  [Docs] Minor Fixups in Advanced Builds Documentation

This patch changes two instances of an ampersand to a written out and
for more consistency with the rest of the file and brevity. In addition,
the last `cmake --build` reference is removed, again for consistency
with the rest of the file which shows the ninja invocations. This cmake
invocation also passed in the `--parallel` flag which doesn't make sense
with ninja using all threads by default.

This was changed in the previous patch to touch this line
(https://reviews.llvm.org/D88990), but if we want to change this, it
should be done across the entire file.




More information about the All-commits mailing list