[all-commits] [llvm/llvm-project] 88cb78: [lld-macho][nfc] Remove DYSYM8 reloc attribute
Jez Ng via All-commits
all-commits at lists.llvm.org
Fri Apr 9 16:51:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88cb786ec261c9d947b3116c00ecd30e6570f64c
https://github.com/llvm/llvm-project/commit/88cb786ec261c9d947b3116c00ecd30e6570f64c
Author: Jez Ng <jezng at fb.com>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
M lld/MachO/Arch/ARM64.cpp
M lld/MachO/Arch/X86_64.cpp
M lld/MachO/Relocations.cpp
M lld/MachO/Relocations.h
Log Message:
-----------
[lld-macho][nfc] Remove DYSYM8 reloc attribute
It's likely redundant, per discussion with @gkm. The BYTE8
attribute covers the bit width requirement already.
Reviewed By: #lld-macho, gkm
Differential Revision: https://reviews.llvm.org/D100133
More information about the All-commits
mailing list