[all-commits] [llvm/llvm-project] 955573: [BOLT][RISCV] Implement LO/HI relocations (#67444)
Job Noorman via All-commits
all-commits at lists.llvm.org
Tue Sep 26 08:54:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9555736ac6d02bdfa4f1d92ce764740cc6c5be24
https://github.com/llvm/llvm-project/commit/9555736ac6d02bdfa4f1d92ce764740cc6c5be24
Author: Job Noorman <jnoorman at igalia.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M bolt/lib/Core/Relocation.cpp
M bolt/lib/Target/RISCV/RISCVMCPlusBuilder.cpp
A bolt/test/RISCV/reloc-lohi.s
Log Message:
-----------
[BOLT][RISCV] Implement LO/HI relocations (#67444)
Implement the following relocations used by the medlow code model and
non-PIE binaries:
- R_RISCV_HI20
- R_RISCV_LO12_I
- R_RISCV_LO12_S
More information about the All-commits
mailing list