[all-commits] [llvm/llvm-project] 425340: AArch64: Clean up relocation error messages.
Peter Collingbourne via All-commits
all-commits at lists.llvm.org
Mon May 5 19:53:47 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 425340511f39068b4839ae05af559f924b4cb534
https://github.com/llvm/llvm-project/commit/425340511f39068b4839ae05af559f924b4cb534
Author: Peter Collingbourne <pcc at google.com>
Date: 2025-05-05 (Mon, 05 May 2025)
Changed paths:
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
M llvm/test/MC/AArch64/adrp-auth-relocation.s
M llvm/test/MC/AArch64/error-location.s
M llvm/test/MC/AArch64/ilp32-diagnostics.s
Log Message:
-----------
AArch64: Clean up relocation error messages.
"<foo> relocation is not supported in ILP32" is more accurate than
what we have now.
Also, remove "LP64 eqv:" annotations because they create a maintenance
burden and are unlikely to be helpful.
Reviewers: kovdan01, MaskRay
Reviewed By: MaskRay
Pull Request: https://github.com/llvm/llvm-project/pull/138625
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