diff options
author | Fangrui Song <i@maskray.me> | 2025-02-10 09:40:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-10 09:40:43 -0800 |
commit | ad61e533338771e7aab22e023f656098e61a76f0 (patch) | |
tree | d5164bd4b74db677dcc8c8e0218df8e5f8a964d7 /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | 5d2e2847e09ae70e24b6c749c08028e705786113 (diff) | |
download | llvm-ad61e533338771e7aab22e023f656098e61a76f0.zip llvm-ad61e533338771e7aab22e023f656098e61a76f0.tar.gz llvm-ad61e533338771e7aab22e023f656098e61a76f0.tar.bz2 |
[ARM] Move MCStreamer::emitThumbFunc to ARMTargetStreamer
MCStreamer should not declare arch-specific functions. Such functions
should go to MCTargetStreamer.
Move MCMachOStreamer::emitThumbFunc to ARMTargetMachOStreamer, which is
a new subclass of ARMTargetStreamer. (The new class is just placed in
ARMMachObjectWriter.cpp. The conventional split like
ARMELFObjectWriter.cpp/ARMELFObjectWriter.cpp is overkill.)
`emitCFILabel`, called by ARMWinCOFFStreamer.cpp, has to be made public.
Pull Request: https://github.com/llvm/llvm-project/pull/126199
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions