[all-commits] [llvm/llvm-project] b30b1f: [ELF] Add single quotes around out of range errors
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Mar 3 12:48:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b30b1f173c911d9b04bbe70ad9b1e3c6c3cd6246
https://github.com/llvm/llvm-project/commit/b30b1f173c911d9b04bbe70ad9b1e3c6c3cd6246
Author: Fangrui Song <i at maskray.me>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Changed paths:
M lld/ELF/Relocations.cpp
M lld/test/ELF/aarch64-abs16.s
M lld/test/ELF/aarch64-abs32.s
M lld/test/ELF/aarch64-movw-error.s
M lld/test/ELF/aarch64-prel16.s
M lld/test/ELF/aarch64-prel32.s
M lld/test/ELF/aarch64-reloc-plt32.s
M lld/test/ELF/arm-adr-err-long.s
M lld/test/ELF/arm-adr-err.s
M lld/test/ELF/i386-reloc-16.s
M lld/test/ELF/i386-reloc-8.s
M lld/test/ELF/i386-reloc-range.s
M lld/test/ELF/ppc64-pcrel-call-to-toc-error.s
M lld/test/ELF/ppc64-pcrel-long-branch-error.s
M lld/test/ELF/ppc64-reloc-addr-err.s
M lld/test/ELF/riscv-branch.s
M lld/test/ELF/riscv-call.s
M lld/test/ELF/riscv-hi20-lo12.s
M lld/test/ELF/riscv-jal.s
M lld/test/ELF/riscv-pcrel-hilo.s
M lld/test/ELF/x86-64-gotpc-err.s
M lld/test/ELF/x86-64-reloc-error.s
M lld/test/ELF/x86-64-reloc-error2.s
M lld/test/ELF/x86-64-reloc-range-debug-loc.s
Log Message:
-----------
[ELF] Add single quotes around out of range errors
to match the convention we use for other diagnostics.
More information about the All-commits
mailing list