[all-commits] [llvm/llvm-project] fb1b99: [JITLink][ELF][AArch64] Add support for ELF R_AARC...
lhames via All-commits
all-commits at lists.llvm.org
Mon Mar 20 14:03:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb1b9945be7657a3a25b727eaf0eeb3f74525210
https://github.com/llvm/llvm-project/commit/fb1b9945be7657a3a25b727eaf0eeb3f74525210
Author: Lang Hames <lhames at gmail.com>
Date: 2023-03-20 (Mon, 20 Mar 2023)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp
A llvm/test/ExecutionEngine/JITLink/AArch64/ELF_R_AARCH64_ABS32.yaml
Log Message:
-----------
[JITLink][ELF][AArch64] Add support for ELF R_AARCH64_ABS32 relocation.
This relocation is commonly used in debug sections. Failure to handle it caused
the test failure in https://lab.llvm.org/buildbot/#/builders/197/builds/4272,
which forced the reversion, in f721fcb6ed0, of 57aeb305460 ("[JITLink][ELF]
Don't skip debug info sections by default"). This fix should allow us to
re-land 57aeb305460.
More information about the All-commits
mailing list