Files
clang-p2996/lld/ELF/InputSection.cpp
Fangrui Song f71f95d6aa [ELF] Rename IsRela to HasAddend
`IsRela` is used by lld to differentiate REL and RELA static
relocations. The proposed CREL patch will reuse `IsRela` for CREL
(#91280). Rename `IsRela` to be more appropriate.

Pull Request: https://github.com/llvm/llvm-project/pull/96592
2024-06-25 20:11:27 -07:00

56 KiB