[all-commits] [llvm/llvm-project] a05a98: [JITLink][AArch32] Implement ELF::R_ARM_ABS32 afte...
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Wed Apr 5 09:02:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a05a98a230196f43f8f33f16feeae78167e18e11
https://github.com/llvm/llvm-project/commit/a05a98a230196f43f8f33f16feeae78167e18e11
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2023-04-05 (Wed, 05 Apr 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/aarch32.h
M llvm/lib/ExecutionEngine/JITLink/ELF_aarch32.cpp
M llvm/lib/ExecutionEngine/JITLink/aarch32.cpp
Log Message:
-----------
[JITLink][AArch32] Implement ELF::R_ARM_ABS32 after we stopped skipping debug info sections
We create LinkGraph sections with NoAlloc lifetime now since f05ac803ffe76c7f4299a4e1288cc6bb8b098410
This means we do process debug info sections now with all their relocations. That's ok for the moment.
More information about the All-commits
mailing list