[all-commits] [llvm/llvm-project] f8f9be: [ARM, MC] Replace getSymA()->getSymbol() with getAd...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Apr 5 14:42:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8f9be32411d63fa65832306cbc9207ef91446af
https://github.com/llvm/llvm-project/commit/f8f9be32411d63fa65832306cbc9207ef91446af
Author: Fangrui Song <i at maskray.me>
Date: 2025-04-05 (Sat, 05 Apr 2025)
Changed paths:
M llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
M llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
M llvm/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
Log Message:
-----------
[ARM,MC] Replace getSymA()->getSymbol() with getAddSym. NFC
We will replace the MCSymbolRefExpr member in MCValue with MCSymbol.
This change reduces dependence on MCSymbolRefExpr.
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