[all-commits] [llvm/llvm-project] b20dd2: [lld][ELF] Support relocation R_AVR_LDS_STS_16 on ...
Ben Shi via All-commits
all-commits at lists.llvm.org
Sun Jan 1 00:49:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b20dd2b186fdc76828219b705a2b58f5830f4b9d
https://github.com/llvm/llvm-project/commit/b20dd2b186fdc76828219b705a2b58f5830f4b9d
Author: Ben Shi <powerman1st at 163.com>
Date: 2023-01-01 (Sun, 01 Jan 2023)
Changed paths:
M lld/ELF/Arch/AVR.cpp
M lld/test/ELF/avr-reloc.s
Log Message:
-----------
[lld][ELF] Support relocation R_AVR_LDS_STS_16 on AVRTiny devices
The relocation 'R_AVR_LDS_STS_16' is introduced for the compact
16-bit LDS/STS instructions on AVRTiny devices.
Reviewed By: MaskRay, aykevl
Differential Revision: https://reviews.llvm.org/D139807
More information about the All-commits
mailing list