[all-commits] [llvm/llvm-project] 6a451e: [JITLink][AArch32] Add test for ELF::R_ARM_THM_MOV...
Eymen Ünay via All-commits
all-commits at lists.llvm.org
Tue Nov 7 10:01:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a451ea5b443f6b89dd3c524429dc830740803bf
https://github.com/llvm/llvm-project/commit/6a451ea5b443f6b89dd3c524429dc830740803bf
Author: Eymen Ünay <eymenunay at outlook.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths:
M llvm/test/ExecutionEngine/JITLink/AArch32/ELF_static_thumb_reloc.s
Log Message:
-----------
[JITLink][AArch32] Add test for ELF::R_ARM_THM_MOV{W_ABS_NC,T_ABS} (#70346)
Support for ELF::R_ARM_THM_MOVW_ABS_NC and ELF::R_ARM_THM_MOVT_ABS
was present but lacked tests. Test cases are similar to the ARM
versions of the relocations in ELF_static_arm_reloc.s.
More information about the All-commits
mailing list