[all-commits] [llvm/llvm-project] 2de513: MCFragment: Add addFixup to replace getFixups().pu...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Jun 29 16:26:23 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2de51345fb3d81db5613419695498bdd829bccc5
https://github.com/llvm/llvm-project/commit/2de51345fb3d81db5613419695498bdd829bccc5
Author: Fangrui Song <i at maskray.me>
Date: 2025-06-29 (Sun, 29 Jun 2025)
Changed paths:
M llvm/include/llvm/MC/MCFragment.h
M llvm/lib/MC/MCObjectStreamer.cpp
M llvm/lib/MC/MCWin64EH.cpp
M llvm/lib/MC/MCWinCOFFStreamer.cpp
M llvm/lib/MC/MCXCOFFStreamer.cpp
M llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.cpp
M llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
M llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
Log Message:
-----------
MCFragment: Add addFixup to replace getFixups().push_back()
to not expose SmallVector to the callers. We will make fixup storage out
of line.
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