From c71fbdd87b356c6d43dbc26a4d7113d9cbb93fe7 Mon Sep 17 00:00:00 2001 From: Quinn Pham Date: Wed, 3 Nov 2021 14:41:24 -0500 Subject: [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 --- llvm/lib/Object/WasmObjectFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Object/WasmObjectFile.cpp') 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; -- cgit v1.1