aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuinn Pham <Quinn.Pham@ibm.com>2021-11-09 15:34:26 -0600
committerQuinn Pham <Quinn.Pham@ibm.com>2021-11-10 09:24:51 -0600
commit8cd1c2c8d3c49e37f11b8ed84844c87c2a4d829c (patch)
treeccd1dbbe056e9055c29cf7a43b193e15840883e4
parent381d14775e2002f2eeefd96fb73bd8fd935e0fd2 (diff)
downloadllvm-8cd1c2c8d3c49e37f11b8ed84844c87c2a4d829c.zip
llvm-8cd1c2c8d3c49e37f11b8ed84844c87c2a4d829c.tar.gz
llvm-8cd1c2c8d3c49e37f11b8ed84844c87c2a4d829c.tar.bz2
[NFC] Inclusive language: replace master with main in benchmark docs
[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. Reviewed By: kbobyrev Differential Revision: https://reviews.llvm.org/D113513
-rw-r--r--llvm/utils/benchmark/releasing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/benchmark/releasing.md b/llvm/utils/benchmark/releasing.md
index f0cd701..e74a176 100644
--- a/llvm/utils/benchmark/releasing.md
+++ b/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