[llvm] [JITlink][AArch32] Implement ELF::R_ARM_MOVT_ABS and R_ARM_MOVW_ABS_NC (PR #66219)
Stefan Gränitz via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 13 11:00:59 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
----------------
weliveindetail wrote:
Oops, I already fixed that in https://github.com/llvm/llvm-project/commit/8d99bf92b5521ae2bba33a9920f7647968e023ec
https://github.com/llvm/llvm-project/pull/66219
More information about the llvm-commits
mailing list