[all-commits] [llvm/llvm-project] 6b41eb: [VE] Change to use R_VE_SREL32
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Mon Dec 6 03:06:50 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b41eb7f26d06ce018c0218360f9cdec239f2caa
https://github.com/llvm/llvm-project/commit/6b41eb7f26d06ce018c0218360f9cdec239f2caa
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2021-12-06 (Mon, 06 Dec 2021)
Changed paths:
M llvm/lib/Target/VE/MCTargetDesc/VEAsmBackend.cpp
M llvm/lib/Target/VE/MCTargetDesc/VEELFObjectWriter.cpp
M llvm/lib/Target/VE/MCTargetDesc/VEFixupKinds.h
M llvm/lib/Target/VE/MCTargetDesc/VEMCCodeEmitter.cpp
M llvm/test/MC/VE/sym-br.s
Log Message:
-----------
[VE] Change to use R_VE_SREL32
Change to use R_VE_SREL32 for relative branch instructions instead of
R_VE_PC_LO32 in order to check ranges of relative branch isntructions
at link time correctly.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D115097
More information about the All-commits
mailing list