[PATCH] D113513: [NFC] Inclusive language: replace master with main in benchmark docs
Quinn Pham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 9 13:43:14 PST 2021
quinnp created this revision.
Herald added a reviewer: lebedev.ri.
Herald added a subscriber: lebedev.ri.
quinnp requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
[NFC] As part of using inclusive language within the llvm project and to match
the renamed master branch of `google/benchmark`, this patch replaces master with
main in the benchmark releasing docs.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D113513
Files:
llvm/utils/benchmark/releasing.md
Index: llvm/utils/benchmark/releasing.md
===================================================================
--- llvm/utils/benchmark/releasing.md
+++ llvm/utils/benchmark/releasing.md
@@ -1,6 +1,6 @@
# How to release
-* Make sure you're on master and synced to HEAD
+* Make sure you're on main and synced to HEAD
* Ensure the project builds and tests run (sanity check only, obviously)
* `parallel -j0 exec ::: test/*_test` can help ensure everything at least
passes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113513.385961.patch
Type: text/x-patch
Size: 484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211109/db036362/attachment.bin>
More information about the llvm-commits
mailing list