Skip to content

Commit a712b66

Browse files
Quinn PhamQuinn Pham
authored andcommitted
[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
1 parent 3c8666e commit a712b66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

llvm/docs/PDB/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ PDB file is as follows:
120120
| Public Stream | - Contained in DBI Stream | - Public (Exported) Symbol Records |
121121
| | | - Index of Public Hash Stream |
122122
+--------------------+------------------------------+-------------------------------------------+
123-
| Global Stream | - Contained in DBI Stream | - Single combined master symbol-table |
123+
| Global Stream | - Contained in DBI Stream | - Single combined symbol-table |
124124
| | | - Index of Global Hash Stream |
125125
+--------------------+------------------------------+-------------------------------------------+
126126
| TPI Hash Stream | - Contained in TPI Stream | - Hash table for looking up TPI records |

llvm/docs/Projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Miscellaneous Variables
227227
the location of additional directories to search for header files.
228228

229229
It is highly suggested that you append to ``CFLAGS`` and ``CPPFLAGS`` as
230-
opposed to overwriting them. The master ``Makefiles`` may already have
230+
opposed to overwriting them. The LLVM ``Makefiles`` may already have
231231
useful options in them that you may not want to overwrite.
232232

233233
Placement of Object Code

llvm/docs/TableGen/ProgRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ abstract records and so go through the same steps.
13981398

13991399
5. Make a pass over all the fields to resolve any inter-field references.
14001400

1401-
6. Add the record to the master record list.
1401+
6. Add the record to the final record list.
14021402

14031403
Because references between fields are resolved (step 5) after ``let`` bindings are
14041404
applied (step 3), the ``let`` statement has unusual power. For example:

0 commit comments

Comments
 (0)