[PATCH] D114187: [NFC][llvm] Inclusive language: replace master in llvm docs
Quinn Pham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 18 14:20:46 PST 2021
quinnp updated this revision to Diff 388326.
quinnp marked an inline comment as done.
quinnp added a comment.
Addressing review comments. Changing global record list to final record list.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114187/new/
https://reviews.llvm.org/D114187
Files:
llvm/docs/PDB/index.rst
llvm/docs/Projects.rst
llvm/docs/TableGen/ProgRef.rst
Index: llvm/docs/TableGen/ProgRef.rst
===================================================================
--- llvm/docs/TableGen/ProgRef.rst
+++ llvm/docs/TableGen/ProgRef.rst
@@ -1398,7 +1398,7 @@
5. Make a pass over all the fields to resolve any inter-field references.
-6. Add the record to the master record list.
+6. Add the record to the final record list.
Because references between fields are resolved (step 5) after ``let`` bindings are
applied (step 3), the ``let`` statement has unusual power. For example:
Index: llvm/docs/Projects.rst
===================================================================
--- llvm/docs/Projects.rst
+++ llvm/docs/Projects.rst
@@ -227,7 +227,7 @@
the location of additional directories to search for header files.
It is highly suggested that you append to ``CFLAGS`` and ``CPPFLAGS`` as
- opposed to overwriting them. The master ``Makefiles`` may already have
+ opposed to overwriting them. The LLVM ``Makefiles`` may already have
useful options in them that you may not want to overwrite.
Placement of Object Code
Index: llvm/docs/PDB/index.rst
===================================================================
--- llvm/docs/PDB/index.rst
+++ llvm/docs/PDB/index.rst
@@ -120,7 +120,7 @@
| Public Stream | - Contained in DBI Stream | - Public (Exported) Symbol Records |
| | | - Index of Public Hash Stream |
+--------------------+------------------------------+-------------------------------------------+
-| Global Stream | - Contained in DBI Stream | - Single combined master symbol-table |
+| Global Stream | - Contained in DBI Stream | - Single combined symbol-table |
| | | - Index of Global Hash Stream |
+--------------------+------------------------------+-------------------------------------------+
| TPI Hash Stream | - Contained in TPI Stream | - Hash table for looking up TPI records |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114187.388326.patch
Type: text/x-patch
Size: 2062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211118/87d75489/attachment.bin>
More information about the llvm-commits
mailing list