aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/WasmObjectFile.cpp
diff options
context:
space:
mode:
authorQuinn Pham <Quinn.Pham@ibm.com>2021-11-03 14:41:24 -0500
committerQuinn Pham <Quinn.Pham@ibm.com>2021-11-05 08:48:41 -0500
commitc71fbdd87b356c6d43dbc26a4d7113d9cbb93fe7 (patch)
tree36fa2e7896c9d4b1a76ade6b8c0060bbf094ade1 /llvm/lib/Object/WasmObjectFile.cpp
parentf2703c3c3353031de8de8c465a59d31488b11fb3 (diff)
downloadllvm-c71fbdd87b356c6d43dbc26a4d7113d9cbb93fe7.zip
llvm-c71fbdd87b356c6d43dbc26a4d7113d9cbb93fe7.tar.gz
llvm-c71fbdd87b356c6d43dbc26a4d7113d9cbb93fe7.tar.bz2
[NFC] Inclusive language: Remove instances of master in URLs
[NFC] This patch fixes URLs containing "master". Old URLs were either broken or redirecting to the new URL. Reviewed By: #libc, ldionne, mehdi_amini Differential Revision: https://reviews.llvm.org/D113186
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
-rw-r--r--llvm/lib/Object/WasmObjectFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Object/WasmObjectFile.cpp b/llvm/lib/Object/WasmObjectFile.cpp
index fedfcae..6a19b15 100644
--- a/llvm/lib/Object/WasmObjectFile.cpp
+++ b/llvm/lib/Object/WasmObjectFile.cpp
@@ -359,7 +359,7 @@ Error WasmObjectFile::parseDylinkSection(ReadContext &Ctx) {
Error WasmObjectFile::parseDylink0Section(ReadContext &Ctx) {
// See
- // https://github.com/WebAssembly/tool-conventions/blob/master/DynamicLinking.md
+ // https://github.com/WebAssembly/tool-conventions/blob/main/DynamicLinking.md
HasDylinkSection = true;
const uint8_t *OrigEnd = Ctx.End;