diff options
author | Quinn Pham <Quinn.Pham@ibm.com> | 2021-11-03 14:41:24 -0500 |
---|---|---|
committer | Quinn Pham <Quinn.Pham@ibm.com> | 2021-11-05 08:48:41 -0500 |
commit | c71fbdd87b356c6d43dbc26a4d7113d9cbb93fe7 (patch) | |
tree | 36fa2e7896c9d4b1a76ade6b8c0060bbf094ade1 /llvm/lib/MC/WasmObjectWriter.cpp | |
parent | f2703c3c3353031de8de8c465a59d31488b11fb3 (diff) | |
download | llvm-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/MC/WasmObjectWriter.cpp')
-rw-r--r-- | llvm/lib/MC/WasmObjectWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/WasmObjectWriter.cpp b/llvm/lib/MC/WasmObjectWriter.cpp index 015931b..636c1d2 100644 --- a/llvm/lib/MC/WasmObjectWriter.cpp +++ b/llvm/lib/MC/WasmObjectWriter.cpp @@ -1087,7 +1087,7 @@ uint32_t WasmObjectWriter::writeDataSection(const MCAsmLayout &Layout) { void WasmObjectWriter::writeRelocSection( uint32_t SectionIndex, StringRef Name, std::vector<WasmRelocationEntry> &Relocs) { - // See: https://github.com/WebAssembly/tool-conventions/blob/master/Linking.md + // See: https://github.com/WebAssembly/tool-conventions/blob/main/Linking.md // for descriptions of the reloc sections. if (Relocs.empty()) |