[all-commits] [llvm/llvm-project] 9b0051: [MC] Introduce new base class for MCAsmStreamer (#...
Kai Nacke via All-commits
all-commits at lists.llvm.org
Wed Apr 1 07:20:24 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b00518419736f698d0a62d0721ee54ceeca4bd7
https://github.com/llvm/llvm-project/commit/9b00518419736f698d0a62d0721ee54ceeca4bd7
Author: Kai Nacke <kai.peter.nacke at ibm.com>
Date: 2026-04-01 (Wed, 01 Apr 2026)
Changed paths:
A llvm/include/llvm/MC/MCAsmStreamer.h
M llvm/lib/MC/MCAsmStreamer.cpp
Log Message:
-----------
[MC] Introduce new base class for MCAsmStreamer (#187083)
The class MCAsmBaseStreamer serves as the common base class for streamers
which emit assembly output. It has the same role as MCObjectStreamer has
for streams which emits object files.
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