[llvm] a712b66 - [NFC][llvm] Inclusive language: replace master in llvm docs

Quinn Pham via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 25 11:36:56 PST 2021


Author: Quinn Pham
Date: 2021-11-25T13:36:51-06:00
New Revision: a712b661eb94cd6f72abf024fe4b6d6e677cb1bd

URL: https://github.com/llvm/llvm-project/commit/a712b661eb94cd6f72abf024fe4b6d6e677cb1bd
DIFF: https://github.com/llvm/llvm-project/commit/a712b661eb94cd6f72abf024fe4b6d6e677cb1bd.diff

LOG: [NFC][llvm] Inclusive language: replace master in llvm docs

[NFC] As part of using inclusive language within the llvm project, this patch
removes instances of master in these files.

Reviewed By: ZarkoCA

Differential Revision: https://reviews.llvm.org/D114187

Added: 
    

Modified: 
    llvm/docs/PDB/index.rst
    llvm/docs/Projects.rst
    llvm/docs/TableGen/ProgRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/PDB/index.rst b/llvm/docs/PDB/index.rst
index b70eca75baea0..c059c5fcfa625 100644
--- a/llvm/docs/PDB/index.rst
+++ b/llvm/docs/PDB/index.rst
@@ -120,7 +120,7 @@ PDB file is as follows:
 | 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   |

diff  --git a/llvm/docs/Projects.rst b/llvm/docs/Projects.rst
index e62a6d8aa93b2..88cb741c449f4 100644
--- a/llvm/docs/Projects.rst
+++ b/llvm/docs/Projects.rst
@@ -227,7 +227,7 @@ Miscellaneous Variables
     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

diff  --git a/llvm/docs/TableGen/ProgRef.rst b/llvm/docs/TableGen/ProgRef.rst
index 1dd849fc6066e..3968086c324c4 100644
--- a/llvm/docs/TableGen/ProgRef.rst
+++ b/llvm/docs/TableGen/ProgRef.rst
@@ -1398,7 +1398,7 @@ abstract records and so go through the same steps.
 
 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:


        


More information about the llvm-commits mailing list