[llvm] [JITlink][AArch32] Implement ELF::R_ARM_MOVT_ABS and R_ARM_MOVW_ABS_NC (PR #66219)
Eymen Ünay via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 13 11:16:57 PDT 2023
================
@@ -238,7 +238,7 @@ TEST(AArch32_Relocations, Thumb_MovtAbs) {
EXPECT_EQ(EncodeDecode(0xffff, Mem), 0xffff); // Maximum value
EXPECT_NE(EncodeDecode(0x10000, Mem), 0x10000); // First overflow
- // Destination register as well as unaffacted bits should be intact
+ // Destination register as well as unaffected bits should be intact
----------------
eymay wrote:
Np, rebased
https://github.com/llvm/llvm-project/pull/66219
More information about the llvm-commits
mailing list