[all-commits] [llvm/llvm-project] 267b13: MCFragment: Refactor code for MCFragment
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jul 12 20:29:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 267b136359d8448c73432b4f3ceeefbf4c35e00b
https://github.com/llvm/llvm-project/commit/267b136359d8448c73432b4f3ceeefbf4c35e00b
Author: Fangrui Song <i at maskray.me>
Date: 2025-07-12 (Sat, 12 Jul 2025)
Changed paths:
M llvm/include/llvm/MC/MCSection.h
M llvm/lib/MC/MCExpr.cpp
M llvm/lib/MC/MCObjectStreamer.cpp
Log Message:
-----------
MCFragment: Refactor code for MCFragment
To prepare for moving content and fixup member variables from
MCEncodedFragment to MCFragment and removing
MCDataFragment/MCRelaxableFragment classes, replace dyn_cast with
getKind() tests.
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