[all-commits] [llvm/llvm-project] f05ac8: Re-apply "[JITLink][ELF] Don't skip debug info sec...
lhames via All-commits
all-commits at lists.llvm.org
Mon Mar 20 15:25:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f05ac803ffe76c7f4299a4e1288cc6bb8b098410
https://github.com/llvm/llvm-project/commit/f05ac803ffe76c7f4299a4e1288cc6bb8b098410
Author: Lang Hames <lhames at gmail.com>
Date: 2023-03-20 (Mon, 20 Mar 2023)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.h
A llvm/test/ExecutionEngine/JITLink/X86/ELF_debug_section_lifetime_is_NoAlloc.yaml
R llvm/test/ExecutionEngine/JITLink/X86/ELF_skip_debug_sections.s
Log Message:
-----------
Re-apply "[JITLink][ELF] Don't skip debug info sections by default."
This reapplies 57aeb305460406f7b822cfe6ab9fb4d730fc3b38, which was reverted in
f721fcb6ed0a186b8f146282467dd8420a5a36d0 due to buildbot failures.
The cause of the failure was missing support for R_AARCH64_ABS32, which was
added in fb1b9945be7657a3a25b727eaf0eeb3f74525210.
More information about the All-commits
mailing list