[all-commits] [llvm/llvm-project] f1aee5: ARM: Remove unneeded ARM::fixup_arm_thumb_bl speci...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Aug 22 01:08:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f1aee598e74ea6ce72118d775862c0243bca980d
https://github.com/llvm/llvm-project/commit/f1aee598e74ea6ce72118d775862c0243bca980d
Author: Fangrui Song <i at maskray.me>
Date: 2025-08-22 (Fri, 22 Aug 2025)
Changed paths:
M llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
Log Message:
-----------
ARM: Remove unneeded ARM::fixup_arm_thumb_bl special case
This is a weird special case added in 2015, simplifying an even older
condition. It is a no-op for ELF (isExternal is always false) and seems
unneeded for non-ELF.
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