[all-commits] [llvm/llvm-project] 35a0c1: [GOFF] Introduce GOFFWriter class (#131216)
Kai Nacke via All-commits
all-commits at lists.llvm.org
Thu Jun 26 05:24:22 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35a0c18b88e0350b0cef14a0ed16f2260fed1079
https://github.com/llvm/llvm-project/commit/35a0c18b88e0350b0cef14a0ed16f2260fed1079
Author: Kai Nacke <kai.peter.nacke at ibm.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M llvm/include/llvm/MC/MCGOFFObjectWriter.h
M llvm/include/llvm/MC/MCGOFFStreamer.h
M llvm/lib/MC/GOFFObjectWriter.cpp
M llvm/lib/MC/MCGOFFStreamer.cpp
Log Message:
-----------
[GOFF] Introduce GOFFWriter class (#131216)
The GOFFWriter has 2 purposes:
- Simplify resource management
- Enable writing of split DWARF files
It follows the design of the other writer classes. No added
functionality at this point.
This changes also makes the GOFFObjectWriter a public class.
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