[llvm] 8cd1c2c - [NFC] Inclusive language: replace master with main in benchmark docs
Quinn Pham via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 10 07:24:55 PST 2021
Author: Quinn Pham
Date: 2021-11-10T09:24:51-06:00
New Revision: 8cd1c2c8d3c49e37f11b8ed84844c87c2a4d829c
URL: https://github.com/llvm/llvm-project/commit/8cd1c2c8d3c49e37f11b8ed84844c87c2a4d829c
DIFF: https://github.com/llvm/llvm-project/commit/8cd1c2c8d3c49e37f11b8ed84844c87c2a4d829c.diff
LOG: [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
Added:
Modified:
llvm/utils/benchmark/releasing.md
Removed:
################################################################################
diff --git a/llvm/utils/benchmark/releasing.md b/llvm/utils/benchmark/releasing.md
index f0cd7010e3a90..e74a176cc7312 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
More information about the llvm-commits
mailing list