Files
clang-p2996/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
Eymen Ünay f29352b63b [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.
2024-05-28 14:53:37 +03:00

39 KiB