[all-commits] [llvm/llvm-project] bec1b5: [ELF] Delete the RelExpr member R_HINT. NFC
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jan 14 10:56:58 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bec1b55c64cf33d5f33c8cb7cc10d02e25811bef
https://github.com/llvm/llvm-project/commit/bec1b55c64cf33d5f33c8cb7cc10d02e25811bef
Author: Fangrui Song <maskray at google.com>
Date: 2020-01-14 (Tue, 14 Jan 2020)
Changed paths:
M lld/ELF/Arch/ARM.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Relocations.h
Log Message:
-----------
[ELF] Delete the RelExpr member R_HINT. NFC
R_HINT is ignored like R_NONE. There are no strong reasons to keep
R_HINT. The largest RelExpr member R_RISCV_PC_INDIRECT is 60 now.
Differential Revision: https://reviews.llvm.org/D71822
More information about the All-commits
mailing list