[all-commits] [llvm/llvm-project] f29352: [RuntimeDyldChecker][AArch32] Add a PC offset to n...
Eymen Ünay via All-commits
all-commits at lists.llvm.org
Tue May 28 04:54:00 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f29352b63b448485177a2e2b31d864f808070c25
https://github.com/llvm/llvm-project/commit/f29352b63b448485177a2e2b31d864f808070c25
Author: Eymen Ünay <eymenunay at outlook.com>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
M llvm/test/ExecutionEngine/JITLink/AArch32/ELF_relocations_arm.s
M llvm/test/ExecutionEngine/JITLink/AArch32/ELF_relocations_data.s
M llvm/test/ExecutionEngine/JITLink/AArch32/ELF_relocations_thumbv6m.s
M llvm/test/ExecutionEngine/JITLink/AArch32/ELF_stubs_arm.s
M llvm/test/ExecutionEngine/JITLink/AArch32/ELF_stubs_multi.s
Log Message:
-----------
[RuntimeDyldChecker][AArch32] Add a PC offset to next_PC for ARM targets (#91746)
In ARM mode, the Program Counter (PC) points to the current instruction's
address + 8 instead of + 4. An offset is added to RuntimeDyldChecker to
use `next_pc` expression in JITLink tests with both Thumb and Arm.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list