[JITLink][AArch32] Implement ELF::R_ARM_ABS32 after we stopped skipping debug info...
authorStefan Gränitz <stefan.graenitz@gmail.com>
Tue, 4 Apr 2023 17:06:10 +0000 (19:06 +0200)
committerStefan Gränitz <stefan.graenitz@gmail.com>
Wed, 5 Apr 2023 16:02:12 +0000 (18:02 +0200)
commita05a98a230196f43f8f33f16feeae78167e18e11
treea6a536311fe88884704e71d46ddbc68f5ce6d507
parent7e28a2c9f49d74b0dde02fd81b40f837f6140083
[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.
llvm/include/llvm/ExecutionEngine/JITLink/aarch32.h
llvm/lib/ExecutionEngine/JITLink/ELF_aarch32.cpp
llvm/lib/ExecutionEngine/JITLink/aarch32.cpp